WorkerHealthReportResponse constructor

WorkerHealthReportResponse({
  1. String? reportInterval,
})

Implementation

WorkerHealthReportResponse({
  this.reportInterval,
});