values property

Iterable<V> get values

Implementation

Iterable<V> get values => type.fields.map((k) => data[k]);