setValueForMode property

void Function(String, Object) get setValueForMode

Implementation

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

Implementation

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