menu
zen_ai package
documentation
collection.dart
LRUCache<K, V extends FixedSizeQueue>
get method
get method
dark_mode
light_mode
get
method
V?
get
(
K
key
)
Implementation
V? get(K key) { return _map[key]; }
zen_ai package
documentation
collection
LRUCache<K, V extends FixedSizeQueue>
get method
LRUCache class