offset property

int get offset

Calculated offset for pagination.

Implementation

int get offset => (page - 1) * itemsPerPage;