ManDownload constructor

ManDownload({
  1. required int key,
  2. required bool complete,
  3. required String speed,
  4. required double porcent,
  5. required int sizeDownload,
  6. required int sizeFinal,
  7. required bool main,
})

Implementation

ManDownload({
  required this.key,
  required this.complete,
  required this.speed,
  required this.porcent,
  required this.sizeDownload,
  required this.sizeFinal,
  required this.main,
});