values property

List<V> get values

Implementation

List<V> get values => List.unmodifiable(_map.values);