TaskWith5Args<T, Q, C, A, B, D> constructor

const TaskWith5Args<T, Q, C, A, B, D>(
  1. Task5<T, Q, C, A, B, D> task,
  2. Q argument,
  3. C argument2,
  4. A argument3,
  5. B argument4,
  6. D argument5,
)

Implementation

const TaskWith5Args(
  this.task,
  this.argument,
  this.argument2,
  this.argument3,
  this.argument4,
  this.argument5,
);