values property

Iterable<V> get values

Returns the current values in the map.

Implementation

Iterable<V> get values => value.values;