Shops constructor
const
Shops({
- Key? key,
- String? customerId,
- DepositsEcommerceContext? shopContext,
Implementation
const Shops({Key? key, this.customerId, this.shopContext}) : super(key: key);