menu
flutter_cache_cleaner package
documentation
models/cache_target.dart
CacheTarget
isGlobal property
isGlobal property
dark_mode
light_mode
isGlobal
property
bool
isGlobal
final
Whether this is a global cache (true) or per-project cache (false).
Implementation
final bool isGlobal;
flutter_cache_cleaner package
documentation
models/cache_target
CacheTarget
isGlobal property
CacheTarget class