items property

List<DropdownItem<T>> items
final

The list of items to display in the dropdown.

Implementation

final List<DropdownItem<T>> items;