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