RootDirectory class

Represents the root directory and root databases

Note that this does not provide direct access to any StoreDirectorys.

The name originates from previous versions of this library, where it represented a real directory instead of a database.

Reach through FlutterMapTileCaching.rootDirectory.

Properties

directory Directory
The real directory beneath which FMTC places all data - usually located within the application's directories
final
hashCode int
The hash code for this object.
no setteroverride
import RootImport
Provides store import functionality for this root
no setter
manage RootManagement
Manage the root's representation on the filesystem
no setter
migrator RootMigrator
Manage migration for file structure across FMTC versions
no setter
recovery RootRecovery
Manage the download recovery of all sub-stores
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stats RootStats
Get statistics about this root (and all sub-stores)
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.
override