menu
stashbox package
documentation
stashbox.dart
LruCache<K, V>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Checks if the cache is empty.
Implementation
bool get isEmpty => _cache.isEmpty;
stashbox package
documentation
stashbox
LruCache<K, V>
isEmpty property
LruCache class