PagedState<T>.newPageError constructor

const PagedState<T>.newPageError({
  1. required Exceptions error,
})

Implementation

const factory PagedState.newPageError({required Exceptions error}) =
    _NewPageError;