Pack constructor

Pack({
  1. required String sId,
  2. required String? packSKU,
  3. required int? moq,
  4. required List<PackImages> packImages,
  5. required String? packName,
  6. required String? packVariant,
  7. required HeadSetInformation? headSetInformation,
  8. required bool? isOutofstock,
  9. required String sTypename,
})

Implementation

Pack(
    {required this.sId,
    required this.packSKU,
    required this.moq,
    required this.packImages,
    required this.packName,
    required this.packVariant,
    required this.headSetInformation,
    required this.isOutofstock,
    required this.sTypename});