currentPage property

int get currentPage

The current page number (1-based)

Implementation

int get currentPage => (skip ~/ limit) + 1;