setValue property

void Function(String) setValue

Implementation

void Function(_i2.String) get setValue => (_i2.String p0) => _i4.callMethod(
      _i4.getProperty(
        this,
        'setValue',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
void setValue=(void value(String))

Implementation

set setValue(void Function(_i2.String) value) {
  _i4.setProperty(
    this,
    'setValue',
    _i4.allowInterop(value),
  );
}