QueryOptions<Data> class
Constructors
- QueryOptions.new({int? gcTime, Data? initialData, int? staleTime, int? refetchInterval})
-
const
Properties
- gcTime → int
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- initialData → Data?
-
no setter
- refetchInterval → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- staleTime → int
-
no setter
Methods
-
copyWith(
{ValueGetter< int> ? gcTime, ValueGetter<Data> ? initialData, ValueGetter<int> ? staleTime, ValueGetter<int> ? refetchInterval}) → QueryOptions<Data> -
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.
override