title property

String? title
getter/setter pair

It is title MediaStore.MediaColumns.DISPLAY_NAME in MediaStore on android.

It is PHAssetResource.filename on iOS.

Nullable in iOS. If you must need it, See FilterOption.needTitle or use titleAsync.

Implementation

String? title;