LoyaltyEventAdjustPoints constructor

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

Implementation

const LoyaltyEventAdjustPoints({
  required this.points,
  this.loyaltyProgramId,
  this.reason,
});