ExtraParamsElement class

Inheritance

Constructors

ExtraParamsElement()
ExtraParamsElement.fromStanza(XmppElement stanza)

Properties

attributes List<XmppAttribute>
no setterinherited
children List<XmppElement>
no setterinherited
elementName → dynamic
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
name String?
getter/setter pairinherited
nameSpace → dynamic
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textValue String?
getter/setter pairinherited

Methods

addAttribute(XmppAttribute attribute) → void
inherited
addChild(XmppElement element) → void
inherited
addParam(String name, String? value) → void
addParams(Map<String, String> params) → void
buildXml() → XmlElement
inherited
buildXmlString() String
inherited
getAttachments() List<CubeAttachment>
getAttribute(String? name) → XmppAttribute?
inherited
getChild(String name) → XmppElement?
inherited
getNameSpace() String
inherited
getParams() Map<String, String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

ELEMENT_NAME → const String
NAME_SPACE → const String