values property

ValueStream<Iterable<V>> values

Implementation

ValueStream<Iterable<V>> get values => this.map((map) => map.values);