GoogleChromeManagementV1CpuInfo constructor

GoogleChromeManagementV1CpuInfo({
  1. String? architecture,
  2. bool? keylockerConfigured,
  3. bool? keylockerSupported,
  4. int? maxClockSpeed,
  5. String? model,
})

Implementation

GoogleChromeManagementV1CpuInfo({
  this.architecture,
  this.keylockerConfigured,
  this.keylockerSupported,
  this.maxClockSpeed,
  this.model,
});