statusStream property

Stream<DepsNodeStatus> get statusStream

A stream that emits status updates for the DepsNode.

Implementation

Stream<DepsNodeStatus> get statusStream => _statusController.stream;