isTrashed property
Whether the asset is in the device trash.
- Android 11 and above:
MediaStore.MediaColumns.IS_TRASHED. - Android 10 and below: Always false.
- iOS/macOS: Always false.
- OpenHarmony: Always false.
Implementation
final bool isTrashed;
Whether the asset is in the device trash.
MediaStore.MediaColumns.IS_TRASHED.final bool isTrashed;