WebDavMultistatus class

Available extensions
Annotations
  • @immutable
  • @XmlSerializable.new(createMixin: true)
  • @XmlRootElement.new(name: 'multistatus', namespace: namespaceDav)

Constructors

WebDavMultistatus({required List<WebDavResponse> responses})
const
WebDavMultistatus.fromXmlElement(XmlElement element)
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
responses → List<WebDavResponse>
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildXmlChildren(XmlBuilder builder, {Map<String, String> namespaces = const {}}) → void
inherited
buildXmlElement(XmlBuilder builder, {Map<String, String> namespaces = const {}}) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited
toWebDavFiles() → List<WebDavFile>

Available on WebDavMultistatus, provided by the WebDavMultistatusFile extension

Convert the WebDavMultistatus into a WebDavFile for easier handling
toXmlAttributes({Map<String, String?> namespaces = const {}}) → List<XmlAttribute>
inherited
toXmlChildren({Map<String, String?> namespaces = const {}}) → List<XmlNode>
inherited
toXmlElement({Map<String, String?> namespaces = const {}}) → XmlElement
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited