StatusDownload constructor

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

Implementation

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