stderr property

StreamQueue<String> stderr
latefinal

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

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

Implementation

late final StreamQueue<String> stderr = StreamQueue(stderrStream());