value property
Returns an UnmodifiableMapView of this object.
Implementation
@redeclare
@redeclare
Map<K, V> get value => UnmodifiableMapView(this);
Returns an UnmodifiableMapView of this object.
@redeclare
@redeclare
Map<K, V> get value => UnmodifiableMapView(this);