PdfSignatureRevocationInfo constructor
const
PdfSignatureRevocationInfo({})
Implementation
const PdfSignatureRevocationInfo({
this.crlChecked = false,
this.crlRevoked = false,
this.ocspChecked = false,
this.ocspRevoked = false,
this.revocationUnknown = true,
});