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