stream property

Stream<List<int>> get stream

The stream of bytes for this part.

Implementation

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