stdoutAsString property

String get stdoutAsString

Out as string

Implementation

String get stdoutAsString =>
    map((result) => result.stdoutAsString).join('\n');