stdout property Null safety

Stream<List<int>> stdout

The standard output stream of the process as a Stream.

Implementation

Stream<List<int>> get stdout;