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