cacheDirectory property
final
Directory this CacheWorker is to put the hashes to.
Implementation
final Rx<Directory?> cacheDirectory = Rx(null);
Directory this CacheWorker is to put the hashes to.
final Rx<Directory?> cacheDirectory = Rx(null);