LoyaltyProgramTerminology constructor

LoyaltyProgramTerminology({
  1. String? one,
  2. String? other,
})

Implementation

LoyaltyProgramTerminology({
  this.one, this.other
});