questionStatus property

Stream<QuestionStatus> questionStatus

The stream through which QuestionStatus is flowing

The RPUIQuestionStep listens to this stream so it's notified if it can navigate to the next step

Implementation

Stream<QuestionStatus> get questionStatus => _questionStatusController.stream;