values property

Iterable<V> values
inherited

The values of this multimap.

Implementation

Iterable<V> get values => _map.values.expand((values) => values);