CreateCartResponse constructor
const
CreateCartResponse({})
Implementation
const CreateCartResponse({
required this.cartId,
required this.token,
required this.currency,
required this.currencySymbol,
required this.validationRange,
required this.validateMaxProduct,
});