ParticipationDetailsDTO constructor
ParticipationDetailsDTO({})
Implementation
ParticipationDetailsDTO({
required this.id,
this.currentStep,
this.currentQuestion,
required this.status,
required this.responses,
required this.quiz,
});