ParticipantPointsExternal constructor
ParticipantPointsExternal({})
Implementation
ParticipantPointsExternal({
required this.accumulatedPoints,
required this.availablePoints,
required this.redeemedPoints,
required this.pointsToExpire,
required this.expirationDate,
required this.expiredPoints,
});