increment method

void increment()

Increments the skip value by the number of items to take.

Implementation

void increment() => skip += take;