PaginatedState<T>.onGoingError constructor
const
PaginatedState<T>.onGoingError (
- List<
T> items, - Object? e, [
- StackTrace? stk
Implementation
const factory PaginatedState.onGoingError(List<T> items, Object? e,
[StackTrace? stk]) = _OnGoingError;