stdout property Null safety

Stdout stdout

The standard output stream of data written by this program.

When this override is installed, this getter overrides the behavior of the top-level stdout getter.

Implementation

Stdout get stdout {
  return _stdout;
}