throw$ property

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

Implementation

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

Implementation

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