ManDownload constructor
ManDownload({})
Implementation
ManDownload({
required this.complete,
required this.speed,
required this.porcent,
required this.sizeDownload,
required this.sizeFinal,
this.join = false,
this.error = false,
});