AssociateCertificateResponse.fromJson constructor

AssociateCertificateResponse.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory AssociateCertificateResponse.fromJson(Map<String, dynamic> _) {
  return AssociateCertificateResponse();
}