SinglePack constructor
SinglePack({
- required String sId,
- required String packName,
- required String packDescription,
- required int moq,
- required String packVariant,
- required List packColorLabel,
- required HeadSetInformation? headSetInformation,
- required List<
PackImages> packImages, - required List<
PackOptions> packOptions, - required List<
String> ? categoryId, - 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});