BaseDirs class abstract

The base directories for the current platform. These are the standard directories for the platform's conventions, but without taking into account things like the application name.

For directory locations that take application name into account, see Directories.appDirs and AppDirs.

Constructors

BaseDirs()

Properties

cache String
The directory relative to which user-specific non-essential data files should be stored.
no setter
config String
The directory for user-specific configuration files.
no setter
data String
The directory for user-specific data files.
no setter
dataLocal String
The directory for local, user-specific data files.
no setter
hashCode int
The hash code for this object.
no setterinherited
home String
The user's home directory. On Unix like systems, this will be $HOME. On Windows, this will be $USERPROFILE.
no setter
preference String
The directory for user preference data.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The directory for user-specific state data.
no setter

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