increment method

  1. @override
void increment()
override

Implementation

@override
void increment() {
  cursor = nextCursor;
}