ManDownload constructor

ManDownload({
  1. required String speed,
  2. required double porcent,
  3. required int sizeDownload,
  4. required int sizeFinal,
})

Implementation

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