hasNext property

bool Function() get hasNext

Implementation

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

Implementation

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