EditMessageElement class
- Inheritance
-
- Object
- CubeXmppElementBase
- CubeXmppElement
- EditMessageElement
Constructors
- EditMessageElement(String originalMsgId, bool isLastMessage)
- EditMessageElement.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
- id → String
-
no setter
- isLast → bool
-
no setter
- 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