throw$ property
Future<IteratorResult<T, TReturn> > Function([dynamic])
get
throw$
Implementation
_i2.Future<_i4.IteratorResult<T, TReturn>> Function([_i2.dynamic])
get throw$ => ([_i2.dynamic p0]) => _i6.promiseToFuture(_i6.callMethod(
_i6.getProperty(
this,
'throw',
),
r'call',
[
this,
p0,
],
));
set
throw$
(Future<IteratorResult<T, TReturn> > value([dynamic]))
Implementation
set throw$(
_i2.Future<_i4.IteratorResult<T, TReturn>> Function([_i2.dynamic])
value) {
_i6.setProperty(
this,
'throw',
_i6.allowInterop(value),
);
}