RunnerInvocation constructor

RunnerInvocation(
  1. int id,
  2. Function? function,
  3. dynamic argument
)

Implementation

RunnerInvocation(this.id, this.function, this.argument);