menu
dartapi_db package
documentation
query/db_page.dart
DbPage
totalPages property
totalPages property
dark_mode
light_mode
totalPages
property
int
get
totalPages
Implementation
int get totalPages => total == 0 ? 0 : (total + limit - 1) ~/ limit;
dartapi_db package
documentation
query/db_page
DbPage
totalPages property
DbPage class