copyWith method

Implementation

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