outLines property

Stream<String> outLines

Out lines stream

Implementation

Stream<String> get outLines => shellStreamLines(this.stdout);