GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse.fromJson constructor
GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse.fromJson(
- Map json_
Implementation
GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse.fromJson(
core.Map json_,
) : this(
deviceAueCountReports:
(json_['deviceAueCountReports'] as core.List?)
?.map(
(value) =>
GoogleChromeManagementV1DeviceAueCountReport.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
);