ExecutionProperty constructor

ExecutionProperty({
  1. int? maxConcurrentRuns,
})

Implementation

ExecutionProperty({
  this.maxConcurrentRuns,
});