Inheritance doesn't match Implementors for ErrorDescription/DiagnosticsProperty (probably due to generics?) #2094
Labels
customer-flutter
Issues originating from important to Flutter
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
https://api.flutter.dev/flutter/foundation/ErrorDescription-class.html says it inherits from "DiagnosticsProperty", but https://api.flutter.dev/flutter/foundation/DiagnosticsProperty-class.html does not list "ErrorDescription" in its list of implementors. The lack of symmetry is confusing.
The text was updated successfully, but these errors were encountered: