optionValue property

String get optionValue

Implementation

String get optionValue => _optionValue;
set optionValue (String value)

Implementation

set optionValue(String value) {
  _optionValue = value;
}