InterfaceModeRequest class
Constructors
- InterfaceModeRequest({required int messageID, String? xmlns, String? xsi, required String mode})
- InterfaceModeRequest.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