toFormattedString method
Implementation
String toFormattedString() {
return 'ProcessResult: exitCode=$exitCode, stdout=$stdout, stderr=$stderr';
}
String toFormattedString() {
return 'ProcessResult: exitCode=$exitCode, stdout=$stdout, stderr=$stderr';
}