ByeRequest class
Constructors
- ByeRequest({required int messageID, String? xmlns, String? xsi})
- ByeRequest.fromXML(String xmlSTR)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
toXML(
) → String -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited