fileName property
String?
get
fileName
Returns the file name of the file.
Implementation
String? get fileName => filePath?.split("/").last;
Returns the file name of the file.
String? get fileName => filePath?.split("/").last;