ShopParameters constructor
ShopParameters({
- required ActionSpecification shopSpecifications,
- required ActionSpecification cartSpecifications,
- required bool shopAsCart,
- required PaymentParameters paymentParameters,
Implementation
ShopParameters({
required this.shopSpecifications,
required this.cartSpecifications,
required this.shopAsCart,
required this.paymentParameters,
});