items property

List<T> items
final

The list of items to display in the dropdown.

Implementation

final List<T> items;