values property

Iterable<String> values

returns an iterable of values present in properties

Implementation

Iterable<String> get values => _props.values;