ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo constructor

ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo({
  1. String? label,
  2. int? temperature,
})

Implementation

ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo({
  this.label,
  this.temperature,
});