isFirstStep property

bool isFirstStep

Whether the current step is the first step.

Implementation

bool get isFirstStep {
  assert(_debugAssertNotDisposed());
  return currentStep == 1;
}