AllowlistedCertificate constructor

AllowlistedCertificate({
  1. String? pemCertificate,
})

Implementation

AllowlistedCertificate({
  this.pemCertificate,
});