LoyaltyEventDeleteReward constructor

const LoyaltyEventDeleteReward({
  1. required String loyaltyProgramId,
  2. required int points,
  3. String? rewardId,
})

Implementation

const LoyaltyEventDeleteReward({
  required this.loyaltyProgramId,
  required this.points,
  this.rewardId,
});