toXmlChildren method

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

Implementation

List<XmlNode> toXmlChildren({Map<String, String?> namespaces = const {}}) =>
    _$WebDavOcFilterFilesToXmlChildren(this as WebDavOcFilterFiles, namespaces: namespaces);