isDownloading property

bool get isDownloading

Indicates whether downloading of this Attachment is in progress.

Implementation

bool get isDownloading => downloadStatus == DownloadStatus.inProgress;