CartListResponseModel constructor
CartListResponseModel({
- List<
CartItems> ? data, - String? totalItem,
- String? subTotal,
- String? discount,
- String? discountDisplay,
- String? discountPrice,
- String? sgst,
- String? cgst,
- String? igst,
- String? roundingOff,
- String? grandTotal,
- num? totalRecords,
- List<
Summary> ? summary, - List<
FreeProduct> ? freeProduct, - FreeProductTotal? freeProductTotal,
- UserWiseChanges? userWiseChanges,
- RequirePrescription? requirePrescription,
- num? success,
- String? message,
Implementation
CartListResponseModel({
this.data,
this.totalItem,
this.subTotal,
this.discount,
this.discountDisplay,
this.discountPrice,
this.sgst,
this.cgst,
this.igst,
this.roundingOff,
this.grandTotal,
this.totalRecords,
this.summary,
this.freeProduct,
this.freeProductTotal,
this.userWiseChanges,
this.requirePrescription,
this.success,
this.message,});