ManFile constructor
ManFile({})
Implementation
ManFile({
required this.title,
required this.folderOut,
required this.folderTemp,
required this.key,
required this.url,
required this.task,
this.complete = false,
this.download = false,
this.partDownload = 0,
this.replace = false,
this.sizeDownload = 0,
this.sizeFinal = 0,
});