title property
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;
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.
String? title;