asLines property

List<String> asLines

Returns all the output as lines (List

Implementation

List<String> get asLines => _outputStream.asLines;