bytes property

Stream<List<int>> bytes
latefinal

Filtered stream of binary data.

Implementation

late final Stream<List<int>> bytes = whereType<List<int>>();