tempNewFile property
String
get
tempNewFile
获取新的临时文件路径
Returns 新的临时文件路径。
Implementation
static String get tempNewFile {
return _temp + '${Uuid().v4()}';
}
获取新的临时文件路径
Returns 新的临时文件路径。
static String get tempNewFile {
return _temp + '${Uuid().v4()}';
}