Products constructor

Products({
  1. required String uniqueId,
  2. required ShopModel shop,
  3. required AppModel app,
  4. required String memberId,
})

Implementation

Products(
    {required this.uniqueId,
    required this.shop,
    required this.app,
    required this.memberId});