copyWith method
LongreadExerciseSingleChoiceQuestionitem$SingleChoice
copyWith({
- List<
QuestionItemOption> ? options,
Implementation
LongreadExerciseSingleChoiceQuestionitem$SingleChoice copyWith({
List<QuestionItemOption>? options,
}) {
return LongreadExerciseSingleChoiceQuestionitem$SingleChoice(
options: options ?? this.options,
);
}