stdoutText property

String get stdoutText

Standard output decoded as UTF-8.

Implementation

String get stdoutText => utf8.decode(stdout, allowMalformed: true);