stderr property

Stream<List<int>> stderr

Returns the standard error stream of the process as a Stream.

Implementation

Stream<List<int>> get stderr;