menu
messenger
store/pagination.dart
Pagination
<
T
,
C
,
K
>
hasNext property
hasNext
dark_mode
light_mode
hasNext
property
RxBool
hasNext
final
Indicator whether the
items
have next page.
Implementation
final RxBool hasNext = RxBool(true);
messenger
pagination
Pagination
<
T
,
C
,
K
>
hasNext property
Pagination class