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