dataStream property

Stream<List<int>> dataStream

Implementation

Stream<List<int>> get dataStream {
  return _readStreamFactory(this);
}