copyWith method

Implementation

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