attributes property

  1. @override
List<XmlAttribute> get attributes
inherited

Return the attribute nodes of this node in document order.

Implementation

@override
List<XmlAttribute> get attributes => const [];