class PdfReceiptModel { int? id; String? pdfName; String? pdfString; PdfReceiptModel({this.id, this.pdfName, this.pdfString}); }