Progress.devNull constructor

Progress.devNull()

Use this progress to have both stdout and stderr output suppressed.

Implementation

Progress.devNull()
    : _includeStdout = false,
      _includeStderr = false;