Progress.devNull constructor Null safety
Use this progress to have both stdout and stderr output suppressed.
Implementation
Progress.devNull()
: _includeStdout = false,
_includeStderr = false;
Use this progress to have both stdout and stderr output suppressed.
Progress.devNull()
: _includeStdout = false,
_includeStderr = false;