PaginatedState<T>.onGoingError constructor

const PaginatedState<T>.onGoingError(
  1. List<T> items,
  2. Object? e, [
  3. StackTrace? stk
])

Implementation

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