GoogleChromeManagementV1DeviceHardwareCountReport.fromJson constructor

GoogleChromeManagementV1DeviceHardwareCountReport.fromJson(
  1. Map json_
)

Implementation

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