values property

Iterable<T> values

Returns the values of the data map.

Implementation

Iterable<T> get values => value.dataMap.values;