toXmlAttributes abstract method

List<XmlAttribute> toXmlAttributes({
  1. Map<String, String?> namespaces = const {},
})

Implementation

List<XmlAttribute> toXmlAttributes({
  Map<String, String?> namespaces = const {},
});