FetchCertificateAuthorityCsrResponse.fromJson constructor
FetchCertificateAuthorityCsrResponse.fromJson(
- Map json_
Implementation
FetchCertificateAuthorityCsrResponse.fromJson(core.Map json_)
: this(
pemCsr: json_['pemCsr'] as core.String?,
);