activeDownload property

Rx<ReleaseDownload?> activeDownload
final

ReleaseDownload being active.

Implementation

final Rx<ReleaseDownload?> activeDownload = Rx(null);