multipleChoices property

List<List<String>> multipleChoices

Implementation

List<List<String>> get multipleChoices => _multipleChoices;
void multipleChoices=(List<List<String>> value)

Implementation

set multipleChoices(List<List<String>> value) {
  _multipleChoices = value;
  notifyListeners();
}