ExecutionSpec constructor

ExecutionSpec({
  1. bool? delayExecution,
  2. int? parallelism,
  3. int? taskCount,
  4. TaskTemplateSpec? template,
})

Implementation

ExecutionSpec({
  this.delayExecution,
  this.parallelism,
  this.taskCount,
  this.template,
});