CartBodyDataModel constructor
CartBodyDataModel({})
Implementation
CartBodyDataModel({
this.itemId,
this.productId,
this.storeId,
this.quantity,
this.note,
this.startDate,
this.endDate,
this.sides,
this.deliveryDate,
});