menu
jet_flutter_framework package
documentation
resources/state/jet_paginator.dart
PageInfo<T>
PageInfo.new const constructor
PageInfo.new const constructor
dark_mode
light_mode
PageInfo<
T
>
constructor
const
PageInfo<
T
>
(
{
required
List
<
T
>
items
,
dynamic
nextPageKey
,
bool
?
isLastPage
,
int
?
totalItems
,
})
Implementation
const PageInfo({ required this.items, this.nextPageKey, this.isLastPage, this.totalItems, });
jet_flutter_framework package
documentation
resources/state/jet_paginator
PageInfo<T>
PageInfo.new const constructor
PageInfo class