ExecutionSpec constructor
ExecutionSpec({
- int? parallelism,
- int? taskCount,
- TaskTemplateSpec? template,
Implementation
ExecutionSpec({
this.parallelism,
this.taskCount,
this.template,
});