return$ property

IteratorResult<T, TReturn> Function(TReturn) return$

Implementation

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

Implementation

set return$(_i3.IteratorResult<T, TReturn> Function(TReturn) value) {
  _i5.setProperty(
    this,
    'return',
    _i5.allowInterop(value),
  );
}