stream property

Stream<String> get stream

The stream to listen to

Implementation

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