isDownloading property
Indicates whether downloading of this Attachment is in progress.
Implementation
bool get isDownloading => downloadStatus == DownloadStatus.inProgress;
Indicates whether downloading of this Attachment is in progress.
bool get isDownloading => downloadStatus == DownloadStatus.inProgress;