values property

Iterable<V> values

Implementation

Iterable<V> get values => new _SplayTreeValueIterable<K, V>(this);