DownloadsNotificationModel constructor
DownloadsNotificationModel({})
Implementation
DownloadsNotificationModel({
this.fileName,
this.fileUri,
this.downloadFileId,
this.status,
this.errorCode,
this.message,
});