progressStep property
int
get
progressStep
Respondent traversal depth (1-based) — the number of nodes reached so far,
accounting for back navigation. Mirrors Android's SurveyViewModel
progressStep and is reported as analytics item_index.
Implementation
int get progressStep => _backStack.length + 1;