DataRewardCheck constructor
DataRewardCheck({
- required Prize prize,
- required ParticipantCheck participantCheck,
- List<
ExtraForm> ? extraForm,
Implementation
DataRewardCheck({
required this.prize,
required this.participantCheck,
this.extraForm,
});