answerChoices property

Map<String, List<Question>?> answerChoices
final

Used to configure the list of possible answer choices and their corresponding list of Question objects that follow.

Implementation

final Map<String, List<Question>?> answerChoices;