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