isFirstStep property
bool
get
isFirstStep
Checks if the current step is the first step in the survey.
Returns:
- A boolean value indicating if the current step is the first step.
Implementation
bool get isFirstStep {
return currentStepIndex == 0;
}