menu
ctzon_api package
documentation
json_classes/pagination.dart
Pagination
firstPage method
firstPage method
dark_mode
light_mode
firstPage
method
bool
firstPage
(
)
Implementation
bool firstPage() { if (1 == current_page) { return false; } current_page = 1; return true; }
ctzon_api package
documentation
json_classes/pagination
Pagination
firstPage method
Pagination class