PdfPreflightSignaturesFastReport constructor

const PdfPreflightSignaturesFastReport({
  1. required List<PdfPreflightSignatureFastInfo> signatures,
})

Implementation

const PdfPreflightSignaturesFastReport({
  required this.signatures,
});