DownRequire constructor

DownRequire({
  1. String fileName = '',
  2. required String url,
  3. bool extension = true,
  4. ManSettings? setting,
  5. int tokenDownload = 0,
})

Implementation

DownRequire({
  this.fileName = '',
  required this.url,
  this.extension = true,
  this.setting,
  this.tokenDownload = 0,
});