PkPaginationState<T> constructor
const
PkPaginationState<T> ({})
Implementation
const PkPaginationState({
this.items = const [],
this.isLoading = false,
this.isLoadingMore = false,
this.hasMore = true,
this.error,
this.page = 0,
});