values property

Iterable<V> values

Returns only the values.

Map.values

Implementation

Iterable<V> get values => map((entry) => entry.value);