attributes property
Return the attribute nodes of this node in document order.
Implementation
@override
List<XmlAttribute> get attributes => const [];
Return the attribute nodes of this node in document order.
@override
List<XmlAttribute> get attributes => const [];