throw$ property

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

Implementation

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

Implementation

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