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,
this.deliveryRequired,
this.weight,
this.weightUnit});