increment method
void
increment()
Increments the skip value by the number of items to take.
Implementation
void increment() => skip += take;
Increments the skip value by the number of items to take.
void increment() => skip += take;