title property

String? title
final

The title field of the asset.

  • Android: MediaStore.MediaColumns.DISPLAY_NAME.
  • iOS/macOS: PHAssetResource.filename.

This field is nullable on iOS. If you need to obtain it, set FilterOption.needTitle to true or use the async getter titleAsync.

Implementation

final String? title;