ValueChoiceExtension<T extends Named<T>> extension

on

Properties

current → T

Available on Value<Choice<T>>, provided by the ValueChoiceExtension extension

The actual content for this item.

The current value of this choice item.
no setter
first → T

Available on Value<Choice<T>>, provided by the ValueChoiceExtension extension

Get the first value of this choice item.
no setter
isSelected bool

Available on Value<Choice<T>>, provided by the ValueChoiceExtension extension

Indicates selected or not selected

Check this to know if the current choice is selected
no setter
isUnselected bool

Available on Value<Choice<T>>, provided by the ValueChoiceExtension extension

Indicates selected or not selected

This is the opposite of isSelected
no setter
last → T

Available on Value<Choice<T>>, provided by the ValueChoiceExtension extension

Get the last value of this choice item.
no setter
length int

Available on Value<Choice<T>>, provided by the ValueChoiceExtension extension

no setter

Methods

get(Map<String, dynamic> properties) → T

Available on Value<Choice<T>>, provided by the ValueChoiceExtension extension

Get the current value of this choice item.

Operators

operator [](int key) → T

Available on Value<Choice<T>>, provided by the ValueChoiceExtension extension