next property

IteratorResult<T, TReturn> Function([Iterable?]) next

Implementation

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

Implementation

set next(
    _i3.IteratorResult<T, TReturn> Function([_i2.Iterable<_i2.dynamic>?])
        value) {
  _i5.setProperty(
    this,
    'next',
    _i5.allowInterop(([
      a0,
      a1,
      a2,
      a3,
      a4,
      a5,
      a6,
      a7,
      a8,
      a9,
    ]) =>
        value([
          a0,
          a1,
          a2,
          a3,
          a4,
          a5,
          a6,
          a7,
          a8,
          a9,
        ])),
  );
}