GoogleChromeManagementV1DeviceHardwareCountReport.fromJson constructor
GoogleChromeManagementV1DeviceHardwareCountReport.fromJson(
- Map json_
Implementation
GoogleChromeManagementV1DeviceHardwareCountReport.fromJson(core.Map json_)
: this(
bucket: json_.containsKey('bucket')
? json_['bucket'] as core.String
: null,
count:
json_.containsKey('count') ? json_['count'] as core.String : null,
);