PagedState<T>.error constructor

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

Implementation

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