stream property

Stream<List<T>> stream
final

The stream of items that will be added to the grid view.

Implementation

final Stream<List<T>> stream;