LongreadExerciseSingleChoiceQuestionitem$SingleChoice constructor

const LongreadExerciseSingleChoiceQuestionitem$SingleChoice({
  1. required List<QuestionItemOption> options,
})

Implementation

const LongreadExerciseSingleChoiceQuestionitem$SingleChoice({
  required this.options,
});