choices property

Map<String, String> choices
final

Contains the choices which shall be selectable for the user. This is a key, value map. The keys shall be unique identifiers for the values which are displayed by the widget

Implementation

final Map<String, String> choices;