StatusDownload constructor
StatusDownload({
- required ManDownload main,
- required List<
ManDownload> part,
Implementation
StatusDownload({required this.main, required this.part});