PromotionPartner constructor
PromotionPartner({
- required int? partnerId,
- required String? partnerName,
- required String? partnerLogo,
- required String? promotionTitle,
- required String? discount,
- required int? discountType,
- required String? promotionType,
- required String? promotionDiscountType,
- required int? scanCount,
- required String? privilegeTypeName,
- required String? privilegeTypeIcon,
- required String? promotionIcon,
- required String? promotionReducceType,
- 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,
});