fileName property

String? get fileName

Returns the file name of the file.

Implementation

String? get fileName => filePath?.split("/").last;