menu
asset_manager_tool package
documentation
asset/asset_item.dart
AssetItem
dustbinExists property
dustbinExists property
dark_mode
light_mode
dustbinExists
property
Future
<
bool
>
get
dustbinExists
Implementation
Future<bool> get dustbinExists async => await File(dustbinPath).exists();
asset_manager_tool package
documentation
asset/asset_item
AssetItem
dustbinExists property
AssetItem class