Open
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