menu
flutter_network_state package
documentation
cache/cache_manager.dart
CacheEntry<T>
ttl property
ttl property
dark_mode
light_mode
ttl
property
Duration
?
ttl
final
Optional time-to-live. If
null
, the entry never expires.
Implementation
final Duration? ttl;
flutter_network_state package
documentation
cache/cache_manager
CacheEntry<T>
ttl property
CacheEntry class