PDFReferenceAttachment constructor

PDFReferenceAttachment({
  1. required String filename,
  2. required int pageCount,
  3. required int fileSize,
  4. required String displayPath,
})

Implementation

PDFReferenceAttachment({
  required this.filename,
  required this.pageCount,
  required this.fileSize,
  required this.displayPath,
});