values property

Iterable<Property> get values

Implementation

Iterable<Property> get values => properties.values.map((e) => e.call());