Dart
dart:io
Process
stderr property
stderr
Process class
Constructors
Process
Properties
exitCode
pid
stderr
stdin
stdout
hashCode
runtimeType
Methods
kill
noSuchMethod
toString
Operators
operator ==
Static methods
killPid
run
runSync
start
stderr property
Stream
<
List
<
int
>
>
stderr
Returns the standard error stream of the process as a
Stream
.
Implementation
Stream<List<int>> get stderr;