NotifyWorkersFailureStatus constructor

NotifyWorkersFailureStatus({
  1. NotifyWorkersFailureCode? notifyWorkersFailureCode,
  2. String? notifyWorkersFailureMessage,
  3. String? workerId,
})

Implementation

NotifyWorkersFailureStatus({
  this.notifyWorkersFailureCode,
  this.notifyWorkersFailureMessage,
  this.workerId,
});