menu
datum package
documentation
source/core/utils/lru_cache.dart
LRUCache<K, V>
entries property
entries property
dark_mode
light_mode
entries
property
List
<
MapEntry
<
K
,
V
>
>
get
entries
Returns entries as a
List
.
Implementation
List<MapEntry<K, V>> get entries => _cache.entries.toList();
datum package
documentation
source/core/utils/lru_cache
LRUCache<K, V>
entries property
LRUCache class