hasNext property

bool get hasNext

Checks if this paged list has a next page

Implementation

bool get hasNext => _currentPage * pageSize < length;