bytes property

Stream<List<int>> bytes

The stream of bytes to decode.

This stream is consumed during decoding.

Implementation

Stream<List<int>> get bytes => _originalByteStream;