cacheDirectory property

Rx<Directory?> cacheDirectory
final

Directory this CacheWorker is to put the hashes to.

Implementation

final Rx<Directory?> cacheDirectory = Rx(null);