BookingPack constructor

BookingPack({
  1. required String? packName,
  2. required String? packSKU,
  3. required String? packId,
  4. required int? moq,
  5. required List<String>? categoryId,
  6. required String? packVariant,
  7. required String? packImage,
  8. required String sTypename,
})

Implementation

BookingPack(
    {required this.packName,
    required this.packSKU,
    required this.packId,
    required this.moq,
    required this.categoryId,
    required this.packVariant,
    required this.packImage,
    required this.sTypename});