Product constructor
Product({})
Implementation
Product({
required this.skuId,
this.skuName,
this.cartId,
required this.price,
required this.promotionPrice,
required this.quantity,
});
Product({
required this.skuId,
this.skuName,
this.cartId,
required this.price,
required this.promotionPrice,
required this.quantity,
});