attributes property
Element's attributes
Implementation
@override
LinkedHashMap<String, String>? get attributes =>
LinkedHashMap.from(_attributes);
Element's attributes
@override
LinkedHashMap<String, String>? get attributes =>
LinkedHashMap.from(_attributes);