ExecutionSpec constructor

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

Implementation

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