items property

List<T>? items
final

The list of items to display (for local data). If futureRequest is provided, this is ignored (or used as initial data).

Implementation

final List<T>? items;