IsolateDownloaderTask constructor

IsolateDownloaderTask({
  1. required int id,
  2. required String url,
  3. required String fullpath,
  4. required Map<String, dynamic> header,
  5. required dynamic data,
})

Implementation

IsolateDownloaderTask({
  required this.id,
  required this.url,
  required this.fullpath,
  required this.header,
  required this.data,
});