PagedState<T>.error constructor
const
PagedState<T>.error ({
- required Exceptions error,
Implementation
const factory PagedState.error({required Exceptions error}) = _Error;