menu
flame package
documentation
cache.dart
MemoryCache<K, V>
getValue method
getValue method
dark_mode
light_mode
getValue
method
V?
getValue
(
K
key
)
Gets the value under
key
.
Implementation
V? getValue(K key) => _cache[key];
flame package
documentation
cache
MemoryCache<K, V>
getValue method
MemoryCache class