currentStep property

int currentStep

The code of current step.

Implementation

int get currentStep {
  assert(_debugAssertNotDisposed());
  return _currentStep;
}