values property
KtCollection<V>
get
values
Returns a read-only KtCollection of all values in this map. Note that this collection may contain duplicate values.
Implementation
KtCollection<V> get values;