stream property

Stream<T> stream
final

The Stream providing events for this ListView. AsyncListView will reuse an existing StreamSubscription if passed the same Stream twice so a non-broadcast stream can be safely used here.

Implementation

final Stream<T> stream;