WorkerBlock constructor

WorkerBlock({
  1. String? reason,
  2. String? workerId,
})

Implementation

WorkerBlock({
  this.reason,
  this.workerId,
});