FoundFileDownloads constructor
FoundFileDownloads({
- DownloadedFileCounts? totalCounts,
- required List<
FileDownload> files, - required String nextOffset,
Implementation
FoundFileDownloads({
this.totalCounts,
required this.files,
required this.nextOffset,
});