downloadsDirectory property

Rx<Directory?> downloadsDirectory
final

Directory this CacheWorker is to put the downloads to.

Implementation

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