IntermediateCA constructor

IntermediateCA({
  1. String? pemCertificate,
})

Implementation

IntermediateCA({
  this.pemCertificate,
});