BasketItem constructor
Creates a new BasketItem with the provided parameters.
Implementation
BasketItem({
this.productId,
this.productName,
this.sku,
this.productGroup,
this.variants = const [],
this.price = 0.0,
this.quantity = 0,
});