items property

List<AutoSuggestBoxItem<T>> items
final

The list of items to display to the user to pick

Implementation

final List<AutoSuggestBoxItem<T>> items;