values property
Iterable<V>
get
values
Returns the current values in the map.
Implementation
Iterable<V> get values => value.values;
Returns the current values in the map.
Iterable<V> get values => value.values;