UploadServiceAccountKeyRequest.fromJson constructor

UploadServiceAccountKeyRequest.fromJson(
  1. Map json_
)

Implementation

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