FoundFileDownloads constructor
FoundFileDownloads({
- String? extra,
- int? client_id,
- DownloadedFileCounts? total_counts,
- vector<
FileDownload> ? files, - string? next_offset,
Implementation
FoundFileDownloads({
super.extra,
super.client_id,
this.total_counts,
this.files,
this.next_offset,
});