|
|
|
|
@ -31,7 +31,8 @@ class _ProductCheckTypeWidgetState extends State<ProductCheckTypeWidget> {
|
|
|
|
|
? widget.model.wishListList[index].product.namen
|
|
|
|
|
: widget.model.wishListList[index].product.name,
|
|
|
|
|
productPrice: widget.model.wishListList[index].subtotal,
|
|
|
|
|
productRate: double.parse(widget.model.wishListList[index].subtotalVatRate),
|
|
|
|
|
// productRate: double.parse(widget.model.wishListList[index].subtotalVatRate),
|
|
|
|
|
productRate: widget.model.wishListList[index].product.approvedRatingSum.toDouble(),
|
|
|
|
|
approvedTotalReviews:widget.model.wishListList[index].product.approvedTotalReviews,
|
|
|
|
|
productImage: widget.model.wishListList[index].product.images[0].src,
|
|
|
|
|
productID: widget.model.wishListList[index].product.id,
|
|
|
|
|
|