ChromeOsDeviceCpuInfoLogicalCpus constructor
ChromeOsDeviceCpuInfoLogicalCpus({
- List<
ChromeOsDeviceCpuInfoLogicalCpusCStates> ? cStates, - int? currentScalingFrequencyKhz,
- String? idleDuration,
- int? maxScalingFrequencyKhz,
Implementation
ChromeOsDeviceCpuInfoLogicalCpus({
this.cStates,
this.currentScalingFrequencyKhz,
this.idleDuration,
this.maxScalingFrequencyKhz,
});