DownloadedFileCounts constructor

DownloadedFileCounts(
  1. {required int active_count,
  2. required int paused_count,
  3. required int completed_count,
  4. int? extra,
  5. int? clientId}
)

Contains number of being downloaded and recently downloaded files found

Implementation

DownloadedFileCounts