stdout property

StreamQueue<String> stdout
latefinal

A StreamQueue that emits each line of stdout from the process.

A copy of the underlying stream can be retrieved using stdoutStream.

Implementation

late final StreamQueue<String> stdout = StreamQueue(stdoutStream());