Dart SDK
dart:io
Process
stderr
property
stderr
Process
Static methods
start
run
runSync
killPid
Properties
exitCode
stdout
stderr
stdin
pid
Constructors
Process
Methods
kill
Stream
<
List
<
int
>>
stderr
read-only
Returns the standard error stream of the process as a
Stream
.