RootStats class Null safety

Provides statistics about a RootDirectory

Properties

hashCode int
The hash code for this object.
read-onlyinherited
rootLength int
Retrieve the number of all stored tiles
read-only
rootLengthAsync Future<int>
Retrieve the number of all stored tiles
read-only
rootSize double
Retrieve the total size of all stored tiles in kibibytes (KiB)
read-only
rootSizeAsync Future<double>
Retrieve the total size of all stored tiles in kibibytes (KiB)
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
storesAvailable List<StoreDirectory>
List all the available StoreDirectorys
read-only
storesAvailableAsync Future<List<StoreDirectory>>
List all the available StoreDirectorys
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
watchChanges({Duration? debounce = const Duration(milliseconds: 200), bool fireImmediately = false, List<StoreDirectory> recursive = const [], bool watchRecovery = false, List<StoreParts> storeParts = const [StoreParts.metadata, StoreParts.tiles, StoreParts.stats]}) Stream<void>
Watch for changes in the current root

Operators

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