PdfTrustResolutionBySignature constructor
const
PdfTrustResolutionBySignature({})
Implementation
const PdfTrustResolutionBySignature({
required this.signatureIndex,
required this.fieldName,
required this.trustedByProfile,
required this.winningProfile,
required this.reasons,
});