stepResult property

Stream<RPStepResult> stepResult

The stream communicating the latest result of the current step

Implementation

Stream<RPStepResult> get stepResult => _stepResultController.stream;