CartModel constructor
CartModel({})
Implementation
CartModel({
this.productId,
this.price,
this.priceNoVat,
this.title,
this.image,
this.quantity,
this.variants,
this.totalItem,
this.exemptVat,
this.totalPrice,
});