bytes property Null safety
The stream of bytes to decode.
This stream is consumed during decoding.
Implementation
Stream<List<int>> get bytes => _originalByteStream;
The stream of bytes to decode.
This stream is consumed during decoding.
Stream<List<int>> get bytes => _originalByteStream;