toXmlChildren abstract method

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

Implementation

List<XmlNode> toXmlChildren({
  Map<String, String?> namespaces = const {},
});