attributeValues property
Iterable
get
attributeValues
Gets attribute values.
Implementation
Iterable<dynamic> get attributeValues => _attributes.values;
Gets attribute values.
Iterable<dynamic> get attributeValues => _attributes.values;