LoyaltyMethod constructor

LoyaltyMethod({
  1. required int points,
  2. required int amount,
  3. String? redemptionCode,
})

Implementation

LoyaltyMethod({required this.points, required this.amount, this.redemptionCode});