next property

bool Function() get next

Implementation

_i2.bool Function() get next => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'next',
      ),
      r'call',
      [this],
    );
set next (bool value())

Implementation

set next(_i2.bool Function() value) {
  _i4.setProperty(
    this,
    'next',
    _i4.allowInterop(value),
  );
}