items property

List<DropdownItem<T>> items
final

The list of dropdown items.

Implementation

final List<DropdownItem<T>> items;