SinglePack constructor

SinglePack({
  1. required String sId,
  2. required String packName,
  3. required String packDescription,
  4. required int moq,
  5. required String packVariant,
  6. required List packColorLabel,
  7. required HeadSetInformation? headSetInformation,
  8. required List<PackImages> packImages,
  9. required List<PackOptions> packOptions,
  10. required List<String>? categoryId,
  11. required String sTypename,
})

Implementation

SinglePack(
    {required this.sId,
    required this.packName,
    required this.packDescription,
    required this.moq,
    required this.packVariant,
    required this.packColorLabel,
    required this.headSetInformation,
    required this.packImages,
    required this.packOptions,
    required this.categoryId,
    required this.sTypename});