isFavorite property

bool isFavorite
final

Whether the asset is favorite on the device.

  • Android 11 and above: MediaStore.MediaColumns.IS_FAVORITE.
  • Android 10 and below: Always false.
  • iOS/macOS: PHAsset.isFavorite.

See also:

  • DarwinEditor.favoriteAsset to update the favorite status.
  • AndroidEditor.favoriteAsset to update the favorite status.

Implementation

final bool isFavorite;