producedOutput property
bool
get
producedOutput
Whether the command produced any output at all.
Implementation
bool get producedOutput => linesEmitted > 0;
Whether the command produced any output at all.
bool get producedOutput => linesEmitted > 0;