ShopItems constructor
const
ShopItems({})
Implementation
const ShopItems({
Key? key,
required this.merchantID,
required this.customerID,
required this.apiKey,
required this.envMode,
}) : super(key: key);
const ShopItems({
Key? key,
required this.merchantID,
required this.customerID,
required this.apiKey,
required this.envMode,
}) : super(key: key);