PromotionPartner constructor

PromotionPartner({
  1. required int? partnerId,
  2. required String? partnerName,
  3. required String? promotionTitle,
  4. required String? discount,
  5. required int? discountType,
  6. required String? promotionType,
  7. required String? promotionDiscountType,
  8. required int? scanCount,
  9. required String? privilegeTypeName,
  10. required String? privilegeTypeIcon,
  11. required String? promotionIcon,
  12. required String? promotionReducceType,
  13. required String? promotionDiscount,
})

Implementation

PromotionPartner({
  required this.partnerId,
  required this.partnerName,
  required this.partnerLogo,
  required this.promotionTitle,
  required this.discount,
  required this.discountType,
  required this.promotionType,
  required this.promotionDiscountType,
  required this.scanCount,
  required this.privilegeTypeName,
  required this.privilegeTypeIcon,
  required this.promotionIcon,
  required this.promotionReducceType,
  required this.promotionDiscount,
});