stream property

Stream<ZapEvent> get stream

The stream of ZapEvents.

Implementation

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