RootDirectory class Null safety

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.
read-onlyoverride
import RootImport
Provides store import functionality for this root
read-only
manage RootManagement
Manage the root's representation on the filesystem
read-only
migrator RootMigrator
Manage migration for file structure across FMTC versions
read-only
recovery RootRecovery
Manage the download recovery of all sub-stores
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
stats RootStats
Get statistics about this root (and all sub-stores)
read-only

Methods

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

Operators

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