ExportCertificateResponse constructor

ExportCertificateResponse({
  1. String? certificate,
  2. String? certificateChain,
  3. String? privateKey,
})

Implementation

ExportCertificateResponse({
  this.certificate,
  this.certificateChain,
  this.privateKey,
});