asStream property

Stream<T> asStream
override

Returns events as Stream.

Implementation

Stream<T> get asStream => _stream;