DownRequire constructor

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

Implementation

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