PutQuizResponseInput constructor
PutQuizResponseInput({})
Implementation
PutQuizResponseInput({
required this.status,
required this.currentStep,
required this.currentQuestion,
required this.responses,
});
PutQuizResponseInput({
required this.status,
required this.currentStep,
required this.currentQuestion,
required this.responses,
});