ParticipantCheck constructor

ParticipantCheck({
  1. required int missingPoints,
  2. required dynamic missingLevel,
  3. required dynamic missingBadges,
  4. required dynamic missingRule,
  5. required bool userOverlimit,
  6. required bool canRedeem,
  7. required String message,
})

Implementation

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