values property

Iterable<V> get values

Values

Implementation

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