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