ReceiptModel constructor
ReceiptModel({})
Implementation
ReceiptModel({
super.id = 0,
this.status = true,
this.description,
required this.branchId,
this.serialNo,
required this.typeId,
}) : globalNo = 0,
createAt = DateTime.now(),
sessionId = 0,
userId = 0;