WorkerShutdownNotice constructor

WorkerShutdownNotice({
  1. String? reason,
})

Implementation

WorkerShutdownNotice({
  this.reason,
});