GoogleChromeManagementV1DeviceRequestingExtensionDetails.fromJson constructor
GoogleChromeManagementV1DeviceRequestingExtensionDetails.fromJson(
- Map json_
Implementation
GoogleChromeManagementV1DeviceRequestingExtensionDetails.fromJson(
core.Map json_)
: this(
deviceName: json_.containsKey('deviceName')
? json_['deviceName'] as core.String
: null,
justification: json_.containsKey('justification')
? json_['justification'] as core.String
: null,
);