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