StatusDownload constructor
StatusDownload({
- bool error = false,
- bool init = false,
- required ManDownload main,
- required List<
ManDownload> part,
Implementation
StatusDownload({
this.error = false,
this.init = false,
required this.main,
required this.part,
});