DownRequire constructor
      
      DownRequire({ 
    
    
- String fileName = '',
 - required String url,
 - bool extension = true,
 - ManSettings? setting,
 - int tokenDownload = 0,
 
Implementation
DownRequire({
  this.fileName = '',
  required this.url,
  this.extension = true,
  this.setting,
  this.tokenDownload = 0,
});