DownloadManagerResponse constructor
      
      DownloadManagerResponse({ 
    
    
- required int tokenDownload,
- required bool status,
- ErrorIsolate error = ErrorIsolate.noEror,
Implementation
DownloadManagerResponse({
  required this.tokenDownload,
  required this.status,
  this.error = ErrorIsolate.noEror,
});