fileName property
String?
get
fileName
Implementation
String? get fileName {
return path.split("/").last.split('.').first;
}
String? get fileName {
return path.split("/").last.split('.').first;
}