stdoutAsString property
String
get
stdoutAsString
Out as string
Implementation
String get stdoutAsString =>
map((result) => result.stdoutAsString).join('\n');
Out as string
String get stdoutAsString =>
map((result) => result.stdoutAsString).join('\n');