MultipleChoiceAutoCompleteAnswerFormat class
- Inheritance
-
- Object
- AnswerFormat
- MultipleChoiceAutoCompleteAnswerFormat
- Annotations
-
- @JsonSerializable()
Constructors
-
MultipleChoiceAutoCompleteAnswerFormat({required List<
TextChoice> textChoices, List<TextChoice> defaultSelection = const [], List<TextChoice> suggestions = const [], bool otherField = false, String? question, String? answerType = type}) -
const
-
MultipleChoiceAutoCompleteAnswerFormat.fromJson(Map<
String, dynamic> json) -
factory
Properties
- answerType → String?
-
finalinherited
-
defaultSelection
→ List<
TextChoice> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- otherField → bool
-
final
- question → String?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
suggestions
→ List<
TextChoice> -
final
-
textChoices
→ List<
TextChoice> -
final
Methods
-
createView(
Step step, StepResult? stepResult) → Widget -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited