itemsAsStream property

Stream<List<T>>? itemsAsStream
final

Stream of items to display

Implementation

final Stream<List<T>>? itemsAsStream;