NotifyWorkersFailureStatus constructor
NotifyWorkersFailureStatus({
- NotifyWorkersFailureCode? notifyWorkersFailureCode,
- String? notifyWorkersFailureMessage,
- String? workerId,
Implementation
NotifyWorkersFailureStatus({
this.notifyWorkersFailureCode,
this.notifyWorkersFailureMessage,
this.workerId,
});