WorkerThreadScalingReportResponse constructor

WorkerThreadScalingReportResponse({
  1. int? recommendedThreadCount,
})

Implementation

WorkerThreadScalingReportResponse({
  this.recommendedThreadCount,
});