expiry property
The time after which the cached item is considered expired and will be removed from the cache.
This is different from staleTime in that expired items are removed, while stale items may be refreshed.
Implementation
final Duration? expiry;