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