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