values property
Iterable<NotusAttribute>
get
values
Returns collection of all attributes in this set.
Implementation
Iterable<NotusAttribute> get values => _data.values;
Returns collection of all attributes in this set.
Iterable<NotusAttribute> get values => _data.values;