dropDownList property

List<String> dropDownList
final

The list of items the user can select If the list of items is null then an empty list will be shown

Implementation

final List<String> dropDownList;