value property

String value

The actual string value.

Implementation

_i2.String get value => _i5.getProperty(
      this,
      'value',
    );
void value=(String value)

Implementation

set value(_i2.String value) {
  _i5.setProperty(
    this,
    'value',
    value,
  );
}