menu
flutter_chen_common package
documentation
widgets/refresh/refresh_state.dart
PagingResponse<T>
PagingResponse constructor
PagingResponse constructor
dark_mode
light_mode
PagingResponse<
T
>
constructor
PagingResponse<
T
>
(
{
int
total
=
0
,
required
List
<
T
>
data
,
})
Implementation
PagingResponse({ this.total = 0, required this.data, });
flutter_chen_common package
documentation
widgets/refresh/refresh_state
PagingResponse<T>
PagingResponse constructor
PagingResponse class