RefetchIntervalEvery class final Option values

The RefetchInterval.every variant: polls at a fixed interval.

Inheritance

Constructors

RefetchIntervalEvery(Duration interval)
Polls every interval; prefer spelling it RefetchInterval.every(…).
const

Properties

hashCode → int
The hash code for this object.
no setteroverride
interval → Duration
The time between one refetch starting and the next.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(Query<Object?> query) → Duration?
The interval to poll query at; null means "do not poll".
inherited
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
override