menu
abstract_bloc package
documentation
models/pagination.dart
Pagination
page property
page property
brightness_4
brightness_5
page
property
int
page
Implementation
int get page => (skip ~/ take) + 1;
abstract_bloc package
documentation
models/pagination
Pagination
page property
Pagination class