DownLoadTask constructor

DownLoadTask({
  1. required List<String> requestUrl,
  2. required List<Download> download,
  3. required double progress,
  4. required int requestLoop,
  5. required bool isFinish,
})

Implementation

DownLoadTask(
    {required this.requestUrl,
      required this.download,
      required this.progress,
      required this.requestLoop,
      required this.isFinish});