UseInfiniteQueryResult<TData, TError, TPageParam> class
Constructors
-
UseInfiniteQueryResult.new({InfiniteQueryData<
TData, TPageParam> ? data, DateTime? dataUpdatedAt, TError? error, DateTime? errorUpdatedAt, required bool isError, required bool isLoading, required bool isFetching, required bool isSuccess, required QueryStatus status, required bool isFetchingNextPage, required bool isFetchingPreviousPage, required void fetchNextPage(), required void fetchPreviousPage(), required bool hasNextPage, required bool hasPreviousPage, required bool isRefetching, required bool isFetchNextPageError, required bool isFetchPreviousPageError, required bool isInvalidated, required bool isRefetchError})
Properties
-
data
→ InfiniteQueryData<
TData, TPageParam> ? -
final
- dataUpdatedAt → DateTime?
-
final
- error → TError?
-
final
- errorUpdatedAt → DateTime?
-
final
- fetchNextPage → void Function()
-
final
- fetchPreviousPage → void Function()
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasNextPage → bool
-
final
- hasPreviousPage → bool
-
final
- isError → bool
-
final
- isFetching → bool
-
final
- isFetchingNextPage → bool
-
final
- isFetchingPreviousPage → bool
-
final
- isFetchNextPageError → bool
-
final
- isFetchPreviousPageError → bool
-
final
- isInvalidated → bool
-
final
- isLoading → bool
-
final
- isRefetchError → bool
-
final
- isRefetching → bool
-
final
- isSuccess → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → QueryStatus
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited