LoyaltyEventOther constructor

LoyaltyEventOther({
  1. String? loyaltyProgramId,
  2. int? points,
})

Implementation

LoyaltyEventOther({
  this.loyaltyProgramId, this.points
});