menu
mhu_dart_commons package
documentation
commons.dart
CachedFu<T, K, C, F extends Fw<T>>
exists method
exists method
dark_mode
light_mode
exists
method
Fr
<
bool
>
exists
(
K
key
)
Implementation
Fr<bool> exists(K key) => _existsCache.get(key);
mhu_dart_commons package
documentation
commons
CachedFu<T, K, C, F extends Fw<T>>
exists method
CachedFu class