copyWithWrapped method
LongreadExerciseSingleChoiceQuestionitem$SingleChoice
copyWithWrapped({
- Wrapped<
List< ? options,QuestionItemOption> >
Implementation
LongreadExerciseSingleChoiceQuestionitem$SingleChoice copyWithWrapped({
Wrapped<List<QuestionItemOption>>? options,
}) {
return LongreadExerciseSingleChoiceQuestionitem$SingleChoice(
options: (options != null ? options.value : this.options),
);
}