menu
flutter_lru_cache package
documentation
lru_cache.dart
LRUCache<K, V>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Implementation
bool get isEmpty => _cache.isEmpty;
flutter_lru_cache package
documentation
lru_cache
LRUCache<K, V>
isEmpty property
LRUCache class