ParticipantCheck constructor
ParticipantCheck({})
Implementation
ParticipantCheck({
required this.missingPoints,
required this.missingLevel,
required this.missingBadges,
required this.missingRule,
required this.userOverlimit,
required this.canRedeem,
required this.message,
});