stepResult property

Stream<RPResult> stepResult

The stream communicating the latest result of the current step

Implementation

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