stepStatus property

Stream<StepStatus> stepStatus

The stream conveying the current step status

Implementation

Stream<StepStatus> get stepStatus => _stepStatusController.stream;