nextQuestion property

bool nextQuestion

Implementation

bool get nextQuestion => _nextQuestion;
void nextQuestion=(bool value)

Implementation

set nextQuestion(bool value) {
  _nextQuestion = value;
  notifyListeners();
}