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