class DownloadEntity { final double? count; final double? total; final double? percent; const DownloadEntity({this.count, this.total, this.percent}); }