menu
flamemodify package
documentation
cache.dart
MemoryCache<K, V>
containsKey method
containsKey method
dark_mode
light_mode
containsKey
method
bool
containsKey
(
K
key
)
Implementation
bool containsKey(K key) => _cache.containsKey(key);
flamemodify package
documentation
cache
MemoryCache<K, V>
containsKey method
MemoryCache class