RpcNetworkerPacket class final
Constructors
- RpcNetworkerPacket({required int function, required Uint8List data, Channel channel = kAnyChannel})
- RpcNetworkerPacket.fromBytes(RpcConfig config, Uint8List bytes)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBytes(
RpcConfig config) → Uint8List -
toString(
) → String -
A string representation of this object.
inherited
-
withChannel(
Channel channel) → RpcNetworkerPacket
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited