RefetchIntervalEvery class final Option values
The RefetchInterval.every variant: polls at a fixed interval.
- Inheritance
-
- Object
- RefetchInterval
- RefetchIntervalEvery
Constructors
- RefetchIntervalEvery(Duration interval)
-
Polls every
interval; prefer spelling itRefetchInterval.every(…).const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
Query< Object?> query) → Duration? -
The interval to poll
queryat;nullmeans "do not poll".inherited -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override