UseQueryOptions<TData, TError> class

Implementers

Constructors

UseQueryOptions({required bool enabled, RefetchOnMount? refetchOnMount, Duration? staleDuration, Duration? cacheDuration, Duration? refetchInterval, int retryCount = 3, Duration retryDelay = const Duration(seconds: 1, milliseconds: 500)})

Properties

cacheDuration Duration?
final
enabled bool
final
hashCode int
The hash code for this object.
no setterinherited
refetchInterval Duration?
final
refetchOnMount RefetchOnMount?
final
retryCount int
final
retryDelay Duration
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
staleDuration Duration?
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