stderr property Null safety

Stdout 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.

Implementation

Stdout get stderr {
  return _stderr;
}