Skip to content

Implementers section missing on RestorableValue. #2290

Closed
@Hixie

Description

@Hixie

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!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions