setValue property

void Function(Object, String) setValue

Implementation

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

Implementation

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