stderr property
The standard output stream of errors written by this program.
When this override is installed, this getter overrides the behavior of
the top-level stderr
getter.
Implementation
Stdout get stderr {
return _stderr;
}
The standard output stream of errors written by this program.
When this override is installed, this getter overrides the behavior of
the top-level stderr
getter.
Stdout get stderr {
return _stderr;
}