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
.
Stdout get stderr { _stderr ??= _StdIOUtils._getStdioOutputStream(_stderrFD); return _stderr; }
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-io/stderr.html