maxStale property

Duration? maxStale
final

Optional maximum stale duration. If set, responses older than maxAge but within maxStale may still be served when network is unavailable.

Implementation

final Duration? maxStale;