Promotions constructor

Promotions({
  1. required String? sId,
  2. required String? packId,
  3. required Pack? pack,
  4. required String? sTypename,
})

Implementation

Promotions(
    {required this.sId,
    required this.packId,
    required this.pack,
    required this.sTypename});