menu
neomage package
documentation
utils/message_queue/message_queue_manager.dart
MemoizeWithLRU<R>
has method
has method
dark_mode
light_mode
has
method
bool
has
(
String
key
)
Check if the cache contains a key.
Implementation
bool has(String key) => _cache.containsKey(key);
neomage package
documentation
utils/message_queue/message_queue_manager
MemoizeWithLRU<R>
has method
MemoizeWithLRU class