values property

List<V?> values

Implementation

List<V?> get values => map.values.toList();