-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ontype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
For example Map.values is readonly.
Which you can see from the main Map page:
https://api.dartlang.org/stable/1.20.1/dart-core/Map-class.html
But that information is lost in the property page:
https://api.dartlang.org/stable/1.20.1/dart-core/Map/values.html
I'm not sure where the readonly comes from since I don't see it in the source:
https://github.com/dart-lang/sdk/blob/master/sdk/lib/core/map.dart#L243
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ontype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)