moveNext property

void Function() get moveNext

Implementation

void Function() get moveNext => () => _i3.callMethod(
      _i3.getProperty(
        this,
        'moveNext',
      ),
      r'call',
      [this],
    );
set moveNext (void value())

Implementation

set moveNext(void Function() value) {
  _i3.setProperty(
    this,
    'moveNext',
    _i3.allowInterop(value),
  );
}