menu
data_cache_x package
documentation
models/cache_item.dart
CacheItem<T>
value property
value property
dark_mode
light_mode
value
property
T
value
final
The value stored in the cache.
Implementation
final T value;
data_cache_x package
documentation
models/cache_item
CacheItem<T>
value property
CacheItem class