toXmlAttributes method

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

Implementation

List<XmlAttribute> toXmlAttributes({Map<String, String?> namespaces = const {}}) =>
    _$WebDavOcFilterFilesToXmlAttributes(this as WebDavOcFilterFiles, namespaces: namespaces);