MultipleChoiceAutoCompleteAnswerFormat constructor
const
MultipleChoiceAutoCompleteAnswerFormat({
- required List<
TextChoice> textChoices, - List<
TextChoice> defaultSelection = const [], - List<
TextChoice> suggestions = const [], - bool otherField = false,
- String? question,
- String? answerType = type,
Implementation
const MultipleChoiceAutoCompleteAnswerFormat({
required this.textChoices,
this.defaultSelection = const [],
this.suggestions = const [],
this.otherField = false,
super.question,
super.answerType = type,
}) : super();