SigningJobRevocationRecord constructor

SigningJobRevocationRecord({
  1. String? reason,
  2. DateTime? revokedAt,
  3. String? revokedBy,
})

Implementation

SigningJobRevocationRecord({
  this.reason,
  this.revokedAt,
  this.revokedBy,
});