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