respondWith property

void Function(Object) get respondWith

Implementation

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

Implementation

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