fileNameWithoutExtension property
String
get
fileNameWithoutExtension
文件名,不包括后缀
Implementation
String get fileNameWithoutExtension {
return path.basenameWithoutExtension(this.path);
}
文件名,不包括后缀
String get fileNameWithoutExtension {
return path.basenameWithoutExtension(this.path);
}