RunnerArgsWithId constructor

RunnerArgsWithId(
  1. int id,
  2. RunnerArgs args
)

Implementation

RunnerArgsWithId(this.id, this.args);