stream property

Stream<String> stream

The stream to listen to

Implementation

Stream<String> get stream =>
    shellStreamLines(_controller.stream, encoding: encoding);