FilePath class

文件路径类 >>>

Constructors

FilePath.new()
factory

Properties

db String?

获得存储数据库目录 >>>

no setter
dbAsync Future<String?>

获得存储数据库目录, 如果未初始化, 会先初始化 >>>

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

获得临时路径 >>>

no setter
tempAsync Future<String>

获得临时路径, 如果未初始化, 会先初始化 >>>

no setter

Methods

imageFilename(String? main) String

获得图片的文件名 >>>

imageFilenameAsync(String main) Future<String>

获得图片的文件名, 如果未初始化, 会初始化 >>>

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setup() → dynamic

初始化路径的环境 >>>

toString() String
A string representation of this object.
inherited

Operators

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