fileName property

String? fileName
final

If available, contains the file name of the original file. (ie. most of the time the last path segment). Especially useful with android content providers which typically do not contain an actual file name in the content uri.

Might be null.

Implementation

final String? fileName;