errLines property

Iterable<String> errLines

Line lists

Implementation

Iterable<String> get errLines => _outStringToLines(this.stderr.toString());