GoogleChromePolicyVersionsV1UploadPolicyFileResponse.fromJson constructor

GoogleChromePolicyVersionsV1UploadPolicyFileResponse.fromJson(
  1. Map json_
)

Implementation

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