SearchFileDownloads constructor

SearchFileDownloads({
  1. String? extra,
  2. int? client_id,
  3. string? query,
  4. Bool? only_active,
  5. Bool? only_completed,
  6. string? offset,
  7. int32? limit,
})

Implementation

SearchFileDownloads({
  super.extra,
  super.client_id,
  this.query,
  this.only_active,
  this.only_completed,
  this.offset,
  this.limit,
});