RpcFunction constructor

const RpcFunction({
  1. bool canRunLocally = false,
  2. RpcNetworkerMode mode = RpcNetworkerMode.authority,
  3. required RawNetworkerPipe pipe,
})

Implementation

const RpcFunction({
  this.canRunLocally = false,
  this.mode = RpcNetworkerMode.authority,
  required this.pipe,
});