menu
saropa_dart_utils package
documentation
caching/lru_cache.dart
LruCache<K extends Object, V extends Object>
length property
length property
dark_mode
light_mode
length
property
int
get
length
Current number of entries.
Implementation
int get length => _map.length;
saropa_dart_utils package
documentation
caching/lru_cache
LruCache<K extends Object, V extends Object>
length property
LruCache class