value property

String get value

Implementation

String get value => _text;
set value (String value)

Implementation

set value(String value) {
  _text = value;
}