menu
mhu_dart_commons package
documentation
commons.dart
Cache<K, V>
get method
get method
dark_mode
light_mode
get
method
V
get
(
K
key
)
Implementation
V get(K key) => _cache.putIfAbsent(key, () => calc(key));
mhu_dart_commons package
documentation
commons
Cache<K, V>
get method
Cache class