ViewAsUserShops constructor

const ViewAsUserShops({
  1. Key? key,
  2. required String merchantId,
})

Implementation

const ViewAsUserShops(
    {Key? key,
    required this.merchantId,})
    : super(key: key);