stderr property

Stream<List<int>> stderr
override

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

Implementation

@override
Stream<List<int>> get stderr => _stderr.stream;