stderrText property
String
get
stderrText
Standard error decoded as UTF-8.
Implementation
String get stderrText => utf8.decode(stderr, allowMalformed: true);
Standard error decoded as UTF-8.
String get stderrText => utf8.decode(stderr, allowMalformed: true);