statusStream property
Stream<DepsNodeStatus>
get
statusStream
A stream that emits status updates for the DepsNode.
Implementation
Stream<DepsNodeStatus> get statusStream => _statusController.stream;
A stream that emits status updates for the DepsNode.
Stream<DepsNodeStatus> get statusStream => _statusController.stream;