domAttributes property
Map<String, DOMAttribute>
get
domAttributes
Implementation
Map<String, DOMAttribute> get domAttributes {
final attributes = _attributes;
return attributes != null ? Map.from(attributes) : <String, DOMAttribute>{};
}