SslCertDetail constructor

SslCertDetail({
  1. SslCert? certInfo,
  2. String? certPrivateKey,
})

Implementation

SslCertDetail({
  this.certInfo,
  this.certPrivateKey,
});