JobTemplate constructor

JobTemplate({
  1. JobConfig? config,
  2. String? name,
})

Implementation

JobTemplate({
  this.config,
  this.name,
});