throw$ property

Future<IteratorResult<T, TReturn>> Function([dynamic]) get throw$

Implementation

_i2.Future<_i3.IteratorResult<T, TReturn>> Function([_i2.dynamic])
    get throw$ => ([_i2.dynamic p0]) => _i5.promiseToFuture(_i5.callMethod(
          _i5.getProperty(
            this,
            'throw',
          ),
          r'call',
          [
            this,
            p0,
          ],
        ));
set throw$ (Future<IteratorResult<T, TReturn>> value([dynamic]))

Implementation

set throw$(
    _i2.Future<_i3.IteratorResult<T, TReturn>> Function([_i2.dynamic])
        value) {
  _i5.setProperty(
    this,
    'throw',
    _i5.allowInterop(value),
  );
}