stream property

Stream<BurtLog> get stream

A stream of incoming logs.

Implementation

Stream<BurtLog> get stream => _controller.stream;