SslCertificateSelfManagedSslCertificate constructor

SslCertificateSelfManagedSslCertificate({
  1. String? certificate,
  2. String? privateKey,
})

Implementation

SslCertificateSelfManagedSslCertificate({
  this.certificate,
  this.privateKey,
});