moveNext abstract method

Future<bool> moveNext()

Move to the next row.

If false is returned, the cursor is closed and is no longer valid.

Implementation

Future<bool> moveNext();