includeStderr property

bool includeStderr
final

TODO: setting includeStderr or includeStdout to false stop methods like toList from working. I've not quite got my head around why so for the minute we only set this settings to false when using Progress.stream. If true then lines written to stderr will be included in the stream.

Implementation

/// If true then lines written to stderr will
/// be included in the stream.
final bool includeStderr;