RevokedCertificate constructor

RevokedCertificate({
  1. String? certificate,
  2. String? hexSerialNumber,
  3. String? revocationReason,
})

Implementation

RevokedCertificate({
  this.certificate,
  this.hexSerialNumber,
  this.revocationReason,
});