hasNextStep property

bool hasNextStep

Whether has next step.

Implementation

bool get hasNextStep {
  assert(_debugAssertNotDisposed());
  return currentStep < stepCount;
}