stream property

Stream<List<int>> get stream

Returns the underlying stream.

Implementation

Stream<List<int>> get stream => _stream;