next method Null safety

void next()

Moves to the next page

Implementation

void next() => _skip += take;