status property

ValueNotifier<DownloadStatus> status
getter/setter pair

Implementation

ValueNotifier<DownloadStatus> status = ValueNotifier(DownloadStatus.queued);