setFormValue property

void Function([dynamic, dynamic]) setFormValue

Implementation

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

Implementation

set setFormValue(
    void Function([
      _i2.dynamic,
      _i2.dynamic,
    ]) value) {
  _i4.setProperty(
    this,
    'setFormValue',
    _i4.allowInterop(value),
  );
}