TransferCertificateResponse.fromJson constructor
Implementation
factory TransferCertificateResponse.fromJson(Map<String, dynamic> json) {
return TransferCertificateResponse(
transferredCertificateArn: json['transferredCertificateArn'] as String?,
);
}