Order constructor
Order({
- UserDetails? userDetails,
- String? orderId,
- String? cnAmount,
- String? showInvoiceBtn,
- String? orderNumber,
- String? subTotal,
- String? discount,
- String? discountPrice,
- String? sgst,
- String? cgst,
- String? igst,
- String? roundingOff,
- String? grandTotal,
- String? amountPaid,
- String? balanceDue,
- String? pickUpOptions,
- PickUpPriority? pickUpPriority,
- String? remarks,
- Status? status,
- CreatedAtDateTime? createdAtDateTime,
- List<
DrugLicense> ? drugLicense, - String? totalItem,
- PrescriptionImageObj? prescriptionImageObj,
- Address? address,
Implementation
Order({
this.userDetails,
this.orderId,
this.cnAmount,
this.showInvoiceBtn,
this.orderNumber,
this.subTotal,
this.discount,
this.discountPrice,
this.sgst,
this.cgst,
this.igst,
this.roundingOff,
this.grandTotal,
this.amountPaid,
this.balanceDue,
this.pickUpOptions,
this.pickUpPriority,
this.remarks,
this.status,
this.createdAtDateTime,
this.drugLicense,
this.totalItem,
this.prescriptionImageObj,
this.address,});