localFilePath property
File?
get
localFilePath
获取本地的路径
Implementation
File? get localFilePath {
if(isLocalFile){
return (this as XXFile).localFilePath;
}
return null;
}
获取本地的路径
File? get localFilePath {
if(isLocalFile){
return (this as XXFile).localFilePath;
}
return null;
}