options property

List<InputFieldChoiceInputChoiceInputOption>? options
getter/setter pair

A list of choices.

Only one option can be selected.

Implementation

core.List<InputFieldChoiceInputChoiceInputOption>? options;