OcspEntryStatus constructor

const OcspEntryStatus({
  1. int status = 0,
  2. DateTime? revocationTime,
  3. int? revocationReason,
  4. DateTime? thisUpdate,
  5. DateTime? nextUpdate,
})

Implementation

const OcspEntryStatus({
  this.status = 0,
  this.revocationTime,
  this.revocationReason,
  this.thisUpdate,
  this.nextUpdate,
});