toXmlElement method

XmlElement toXmlElement({
  1. Map<String, String?> namespaces = const {},
})
inherited

Implementation

XmlElement toXmlElement({Map<String, String?> namespaces = const {}}) =>
    _$WebDavOcFilterFilesToXmlElement(this as WebDavOcFilterFiles, namespaces: namespaces);