values property

  1. @override
Iterable<V> get values
inherited

See Map.values.

Implementation

@override
Iterable<B> get values => data.values;