AddToCartRequest constructor
AddToCartRequest({})
Implementation
AddToCartRequest(
{required this.productId,
required this.qty,
required this.skuId,
required this.userId,
required this.type,
required this.isMultiple,
this.isCustomizable,
this.skus});