GoogleChromeManagementV1CountActiveDevicesResponse.fromJson constructor
GoogleChromeManagementV1CountActiveDevicesResponse.fromJson(
- Map json_
Implementation
GoogleChromeManagementV1CountActiveDevicesResponse.fromJson(core.Map json_)
: this(
sevenDaysCount: json_['sevenDaysCount'] as core.String?,
thirtyDaysCount: json_['thirtyDaysCount'] as core.String?,
);