value property

dynamic value

The value of the choice.

Implementation

get value => this._value;
void value= (dynamic value)

Implementation

set value(dynamic value) {
  this._value = value;
}