IgnoreJobRequest constructor

IgnoreJobRequest({
  1. String? jobId,
  2. String? phaseId,
})

Implementation

IgnoreJobRequest({
  this.jobId,
  this.phaseId,
});