StatusDownload constructor

StatusDownload({
  1. bool error = false,
  2. bool init = false,
  3. required ManDownload main,
  4. required List<ManDownload> part,
})

Implementation

StatusDownload({
  this.error = false,
  this.init = false,
  required this.main,
  required this.part,
});