GoogleChromePolicyVersionsV1UploadPolicyFileResponse.fromJson constructor

GoogleChromePolicyVersionsV1UploadPolicyFileResponse.fromJson(
  1. Map json_
)

Implementation

GoogleChromePolicyVersionsV1UploadPolicyFileResponse.fromJson(core.Map json_)
  : this(downloadUri: json_['downloadUri'] as core.String?);