noStdoutResult property
bool?
get
noStdoutResult
True if ProcessResult should not contain stdout
Implementation
bool? get noStdoutResult => _noStdoutResult;
True if ProcessResult should not contain stdout
bool? get noStdoutResult => _noStdoutResult;