FoundFileDownloads constructor
const
FoundFileDownloads({
- required DownloadedFileCounts totalCounts,
- required List<
FileDownload> files, - required String nextOffset,
- dynamic extra,
- int? clientId,
Contains a list of downloaded files, found by a search
Implementation
const FoundFileDownloads({
required this.totalCounts,
required this.files,
required this.nextOffset,
this.extra,
this.clientId,
});