RpcNetworkerPacket constructor

RpcNetworkerPacket({
  1. required int function,
  2. required Uint8List data,
  3. Channel channel = kAnyChannel,
})

Implementation

RpcNetworkerPacket({
  required this.function,
  required this.data,
  this.channel = kAnyChannel,
});