attributes property
Returns a modifiable map of attributes.
Implementation
Map<String, String> get attributes {
return _attributes ??= _Attributes(this, '');
}
Returns a modifiable map of attributes.
Map<String, String> get attributes {
return _attributes ??= _Attributes(this, '');
}