staleTime property

Duration? staleTime
final

The time after which the cached item is considered stale.

After this duration, the item may be refreshed according to the refreshStrategy.

Implementation

final Duration? staleTime;