USubmitAnswersParams constructor

USubmitAnswersParams({
  1. required List<UUserAnswerResultJson> answers,
  2. required String userId,
  3. required String examId,
})

Implementation

USubmitAnswersParams({
  required this.answers,
  required this.userId,
  required this.examId,
});