onLine property

Stream<String> onLine

A Stream that fires for each line of data.

Implementation

Stream<String> get onLine => _controller.stream;