ChromeOsDeviceCpuInfoLogicalCpus constructor

ChromeOsDeviceCpuInfoLogicalCpus({
  1. List<ChromeOsDeviceCpuInfoLogicalCpusCStates>? cStates,
  2. int? currentScalingFrequencyKhz,
  3. String? idleDuration,
  4. int? maxScalingFrequencyKhz,
})

Implementation

ChromeOsDeviceCpuInfoLogicalCpus({
  this.cStates,
  this.currentScalingFrequencyKhz,
  this.idleDuration,
  this.maxScalingFrequencyKhz,
});