instance property
DartleCache
get
instance
Get the default DartleCache instance. May initialize the default cache directory at .dartle_tool.
Implementation
static DartleCache get instance {
return _defaultCache ??= DartleCache._defaultInstance();
}