ParticipantPointsObject constructor
ParticipantPointsObject({})
Implementation
ParticipantPointsObject({
required this.totalPoints,
required this.points,
required this.redeemedPoints,
required this.pointsToExpire,
required this.expirationDate,
required this.expiredPoints,
});