values property

Iterable<V> get values

Implementation

Iterable<V> get values => StructForm(keys)(data).values;