values property

Iterable<V> values
inherited

The values of this.

Implementation

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