toXmlChildren method

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

Implementation

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