stdout top-level property

Stdout stdout

The standard output stream of data written by this program.

Implementation

Stdout get stdout {
  return Stdout(process.stdout);
}