staleTime property

Duration staleTime
final

How long before cached data is considered stale and refetched in background. Defaults to Duration.zero — always refetch on mount.

Implementation

final Duration staleTime;