stdout property
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;
}
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.
Stdout get stdout {
return _stdout;
}