SingleChoiceAnswerFormat constructor
const
SingleChoiceAnswerFormat({
- required List<
TextChoice> textChoices, - TextChoice? defaultSelection,
Implementation
const SingleChoiceAnswerFormat({
required this.textChoices,
this.defaultSelection,
}) : super();