values property

Iterable<V> get values

Returns an iterable of all values in the map.

Implementation

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