answerList property

List<String> answerList

Implementation

List<String> get answerList => _answerList;
void answerList=(List<String> value)

Implementation

set answerList(List<String> value) {
  _answerList = value;
  notifyListeners();
}