stream property

Stream<List> stream

Implementation

Stream<List> get stream {
  return _stream.stream;
}