isTrashed property

bool isTrashed
final

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;