FilePath class

文件路径类 >>>

Constructors

FilePath()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

db String
获取数据库文件路径
no setter
dbAsync Future<String>
异步获取数据库文件路径
no setter
imageNewFile String
获取新的图像文件路径
no setter
imageNewFileAsync Future<String>
异步获取新的图像文件路径
no setter
imagePath String
获取图像文件路径
no setter
imagePathAsync Future<String>
异步获取图像文件路径
no setter
libraryPath String
获取库文件路径
no setter
libraryPathAsync Future<String>
异步获取库文件路径
no setter
loaded bool
getter/setter pair
tempNewFile String
获取新的临时文件路径
no setter
tempNewFileAsync Future<String>
异步获取新的临时文件路径
no setter
tempPath String
获取临时文件路径
no setter
tempPathAsync Future<String>
异步获取临时文件路径
no setter

Static Methods

setup() → dynamic
初始化路径的环境