FoundFileDownloads constructor

FoundFileDownloads({
  1. DownloadedFileCounts? totalCounts,
  2. required List<FileDownload> files,
  3. required String nextOffset,
})

Implementation

FoundFileDownloads({
  this.totalCounts,
  required this.files,
  required this.nextOffset,
});