toXmlElement method

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

Implementation

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