Products constructor

Products({
  1. Key? key,
  2. required String merchantID,
})

Implementation

Products({Key? key, required this.merchantID})
    : super(key: key);