menu
flutter_cache_cleaner package
documentation
models/project_info.dart
ProjectInfo
targets property
targets property
dark_mode
light_mode
targets
property
List
<
CacheTarget
>
targets
final
List of cache targets found in this project.
Implementation
final List<CacheTarget> targets;
flutter_cache_cleaner package
documentation
models/project_info
ProjectInfo
targets property
ProjectInfo class