GoogleChromeManagementV1CpuInfo.fromJson constructor

GoogleChromeManagementV1CpuInfo.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1CpuInfo.fromJson(core.Map json_)
  : this(
      architecture: json_['architecture'] as core.String?,
      keylockerConfigured: json_['keylockerConfigured'] as core.bool?,
      keylockerSupported: json_['keylockerSupported'] as core.bool?,
      maxClockSpeed: json_['maxClockSpeed'] as core.int?,
      model: json_['model'] as core.String?,
    );