SelfDestroyElement class

Inheritance

Constructors

SelfDestroyElement(int destroyAfter)
SelfDestroyElement.fromStanza(XmppElement stanza)

Properties

after → dynamic
no setter
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
buildXml() → XmlElement
inherited
buildXmlString() String
inherited
getAttribute(String? name) → XmppAttribute?
inherited
getChild(String name) → XmppElement?
inherited
getNameSpace() String
inherited
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