items property
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;
The list of items to display (for local data). If futureRequest is provided, this is ignored (or used as initial data).
final List<T>? items;