stream property

Stream<List<T>> get stream

Output stream of batch events.

Implementation

Stream<List<T>> get stream => _outputController.stream;