SurveyController constructor
SurveyController(
- SurveyConfigModel survey
Implementation
SurveyController(this.survey) {
_currentNodeId = SurveyLogicHandler.firstNodeId(survey, const {});
_isComplete = _currentNodeId == surveyFinished;
}