value property
The value of the choice.
Implementation
get value => this._value;
Implementation
set value(dynamic value) {
this._value = value;
}
The value of the choice.
get value => this._value;
set value(dynamic value) {
this._value = value;
}