PdfSignatureSignerInfo constructor

const PdfSignatureSignerInfo({
  1. String? subject,
  2. String? issuer,
  3. String? serialNumberHex,
  4. String? serialNumberDecimal,
  5. DateTime? certNotBefore,
  6. DateTime? certNotAfter,
  7. String? commonName,
  8. String? cpf,
  9. DateTime? dateOfBirth,
})

Implementation

const PdfSignatureSignerInfo({
  this.subject,
  this.issuer,
  this.serialNumberHex,
  this.serialNumberDecimal,
  this.certNotBefore,
  this.certNotAfter,
  this.commonName,
  this.cpf,
  this.dateOfBirth,
});