menu
datapod_api package
documentation
pagination.dart
Pageable
offset property
offset property
dark_mode
light_mode
offset
property
int
get
offset
The offset for the database query.
Implementation
int get offset => page * size;
datapod_api package
documentation
pagination
Pageable
offset property
Pageable class