GoogleChromeManagementV1CpuTemperatureInfo.fromJson constructor
GoogleChromeManagementV1CpuTemperatureInfo.fromJson(
- Map json_
Implementation
GoogleChromeManagementV1CpuTemperatureInfo.fromJson(core.Map json_)
: this(
label: json_['label'] as core.String?,
temperatureCelsius: json_['temperatureCelsius'] as core.int?,
);