AllWishlist constructor

AllWishlist({
  1. required String sId,
  2. required String? packId,
  3. required String? setId,
  4. required String? productId,
  5. required String? packImage,
  6. required String? packName,
  7. required int? setPrice,
  8. required String? sTypename,
})

Implementation

AllWishlist(
    {required this.sId,
    required this.packId,
    required this.setId,
    required this.productId,
    required this.packImage,
    required this.packName,
    required this.setPrice,
    required this.sTypename});