GetCertificateResponse constructor

GetCertificateResponse({
  1. String? certificate,
  2. String? certificateChain,
})

Implementation

GetCertificateResponse({
  this.certificate,
  this.certificateChain,
});