respondWith property

Future<void> Function(Object) get respondWith

Implementation

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

Implementation

set respondWith(_i2.Future<void> Function(_i2.Object) value) {
  _i3.setProperty(
    this,
    'respondWith',
    _i3.allowInterop(value),
  );
}