copyWithWrapped method

Implementation

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