Shops constructor

const Shops({
  1. Key? key,
  2. String? customerId,
  3. DepositsEcommerceContext? shopContext,
})

Implementation

const Shops({Key? key, this.customerId, this.shopContext}) : super(key: key);