reloads property

Stream<WorkflowReload> get reloads

Stream of reload events. Subscribers receive the latest known-good values along with any captured error.

Implementation

Stream<WorkflowReload> get reloads => _controller.stream;