UpdateFileDownloads constructor

UpdateFileDownloads({
  1. String? extra,
  2. int? client_id,
  3. int53? total_size,
  4. int32? total_count,
  5. int53? downloaded_size,
})

Implementation

UpdateFileDownloads({
  super.extra,
  super.client_id,
  this.total_size,
  this.total_count,
  this.downloaded_size,
});