SurveyController constructor

SurveyController(
  1. SurveyConfigModel survey
)

Implementation

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