https://master-api.flutter.dev/flutter/widgets/RestorableInt-class.html says: ``` Inheritance Object > ChangeNotifier > RestorableProperty<int> > RestorableValue<int> > RestorableNum<int> > RestorableInt ``` Click on `RestorableNum`, you get https://master-api.flutter.dev/flutter/widgets/RestorableNum-class.html: ``` Inheritance Object > ChangeNotifier > RestorableProperty<T> > RestorableValue<T> > RestorableNum Implementers RestorableDouble, RestorableInt ``` Click on `RestorableValue`, you get https://master-api.flutter.dev/flutter/widgets/RestorableValue-class.html: ``` Inheritance Object > ChangeNotifier > RestorableProperty<T> > RestorableValue ``` ...with no "Implementers" section!