menu
paginate package
documentation
controller.dart
PagingData<T>
PagingData.new const constructor
PagingData.new const constructor
dark_mode
light_mode
PagingData<
T
>
constructor
const
PagingData<
T
>
(
int
current
,
int
limit
,
Iterable
<
T
>
?
values
,
AsyncValue
<
Iterable
<
T
>
>
lastValues
,
Object
_token
,
)
Implementation
const PagingData( this.current, this.limit, this.values, this.lastValues, this._token, );
paginate package
documentation
controller
PagingData<T>
PagingData.new const constructor
PagingData class