choices property

Map<dynamic, String> choices
final

Contains a map which defines which choices shall be displayed (key => value). Values are the values displyed in the choices

Implementation

final Map<dynamic, String> choices;