GoogleChromeManagementV1DeviceActivityReport.fromJson constructor
GoogleChromeManagementV1DeviceActivityReport.fromJson(
- Map json_
Implementation
GoogleChromeManagementV1DeviceActivityReport.fromJson(core.Map json_)
: this(
deviceActivityState: json_.containsKey('deviceActivityState')
? json_['deviceActivityState'] as core.String
: null,
reportTime: json_.containsKey('reportTime')
? json_['reportTime'] as core.String
: null,
);