SearchFileDownloads constructor
const
SearchFileDownloads({})
Searches for files in the file download list or recently downloaded files from the list
Implementation
const SearchFileDownloads({
required this.query,
required this.onlyActive,
required this.onlyCompleted,
required this.offset,
required this.limit,
});