WebDavNcSharee class

Annotations
  • @immutable
  • @XmlSerializable(createMixin: true)
  • @XmlRootElement(name: 'sharee', namespace: namespaceNextcloud)

Constructors

WebDavNcSharee({required String id, required String displayName, required int type})
const
WebDavNcSharee.fromXmlElement(XmlElement element)
factory

Properties

displayName String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
final

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
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