toXmlAttributes method

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

Implementation

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