ScanResponse constructor
ScanResponse({})
Implementation
ScanResponse({
required this.promotionId,
required this.partnerName,
required this.promotionTitle,
required this.promotionDiscount,
required this.useCodes,
required this.promotionDateEnd,
required this.qrCode,
required this.displayCode,
required this.expired,
});