currentStep property

SurveyStep get currentStep

Returns the current step in the survey.

Implementation

SurveyStep get currentStep => steps[currentStepIndex];