stderr top-level property Null safety

Stdout stderr

The standard output stream of errors written by this program.

The addError API is inherited from StreamSink and calling it will result in an unhandled asynchronous error unless there is an error handler on done.

Implementation

Stdout get stderr {
  return _stderr ??= _StdIOUtils._getStdioOutputStream(_stderrFD);
}