choicesProperty property

Property<List<TSingleSelectChoice>> choicesProperty

Implementation

Property<List<TSingleSelectChoice>> get choicesProperty => properties[choicesPropertyName] as Property<List<TSingleSelectChoice>>;
void choicesProperty=(Property<List<TSingleSelectChoice>> value)

Implementation

set choicesProperty(Property<List<TSingleSelectChoice>> value) =>
    registerProperty(choicesPropertyName, value);