menu
another_cache_manager package
documentation
cache_details.dart
CacheDetails
CacheDetails constructor
CacheDetails constructor
dark_mode
light_mode
CacheDetails
constructor
CacheDetails
(
{
required
int
timestamp
,
required
int
maxAge
,
String
?
content
,
})
Implementation
CacheDetails({required this.timestamp, required this.maxAge, this.content});
another_cache_manager package
documentation
cache_details
CacheDetails
CacheDetails constructor
CacheDetails class