JobDependency constructor

JobDependency({
  1. String? jobId,
  2. ArrayJobDependency? type,
})

Implementation

JobDependency({
  this.jobId,
  this.type,
});