PdfPreflightSignatureFastInfo constructor

const PdfPreflightSignatureFastInfo({
  1. required int signatureIndex,
  2. required String fieldName,
  3. String? serialDecimal,
  4. String? serialHex,
  5. String? issuerDn,
  6. String? policyOid,
  7. DateTime? signingTime,
  8. String? authorityKeyIdentifierHex,
  9. String? notes,
})

Implementation

const PdfPreflightSignatureFastInfo({
  required this.signatureIndex,
  required this.fieldName,
  this.serialDecimal,
  this.serialHex,
  this.issuerDn,
  this.policyOid,
  this.signingTime,
  this.authorityKeyIdentifierHex,
  this.notes,
});