ready property
bool
get
ready
Check whether all directories exist synchronously
Does not check any sub-stores.
Implementation
bool get ready => [
_access.stores.existsSync(),
_access.stats.existsSync(),
_access.recovery.existsSync(),
].every((e) => e);