SelfManagedCertificate constructor

SelfManagedCertificate({
  1. String? pemCertificate,
  2. String? pemPrivateKey,
})

Implementation

SelfManagedCertificate({this.pemCertificate, this.pemPrivateKey});