OpDispatch class
OP 0 - Receive An event was dispatched.
Constructors
- OpDispatch({required int sequence, required String type, required dynamic data})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rpc(
) → Map -
inherited
-
toJson(
) → Map -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic json) → OpDispatch