JobSpec constructor

JobSpec({
  1. ExecutionTemplateSpec? template,
})

Implementation

JobSpec({
  this.template,
});