CartData constructor
CartData({})
Implementation
CartData({
this.items,
this.merchantFeedLabel,
this.merchantFeedLanguageCode,
this.merchantId,
this.transactionDiscount,
});
CartData({
this.items,
this.merchantFeedLabel,
this.merchantFeedLanguageCode,
this.merchantId,
this.transactionDiscount,
});