attributes property

  1. @override
List<XmlAttribute> get attributes
override

Implementation

@override
List<XmlAttribute> get attributes {
  throw ArgumentException(
      'Unable to define attributes at the document level.');
}