options property

List<ChoiceInputOption>? options
getter/setter pair

A list of choices.

Only one option can be selected.

Implementation

core.List<ChoiceInputOption>? options;