JobDependency constructor
JobDependency({
- String? jobId,
- ArrayJobDependency? type,
Implementation
JobDependency({
this.jobId,
this.type,
});
JobDependency({
this.jobId,
this.type,
});