StatusDownload constructor

StatusDownload({
  1. required ManDownload main,
  2. required List<ManDownload> part,
})

Implementation

StatusDownload({required this.main, required this.part});