items property

List<T> items
final

The list of items to display to the user to pick. If empty, noResultsFound is used.

Implementation

final List<T> items;