FolderType enum

文件夹类型枚举,用于标识不同用途的本地存储目录。

Enum representing folder types for different purposes of local storage.

Inheritance
Available extensions

Values

snapshot → const FolderType

截图文件夹

Folder for screenshots

const FolderType('Snapshot')
download → const FolderType

下载文件夹

Folder for downloads

const FolderType('Download')
preload → const FolderType

预加载文件夹

Folder for preload

const FolderType('Preload')
logs → const FolderType

日志文件夹

Folder for logs

const FolderType('Logs')

Properties

folderName String
文件夹名称
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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

Constants

values → const List<FolderType>
A constant List of the values in this enum, in order of their declaration.