StringMessage class
Constructors
- StringMessage({String? data})
Properties
Methods
-
call(
{String? data}) → StringMessage -
deserialize(
ByteDataReader reader) → StringMessage -
getMessageSize(
) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
ByteDataWriter writer) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- $prototype ↔ StringMessage
-
getter/setter pair