empty static method

DownloadedFileCounts empty()
override

create DownloadedFileCounts Empty

Implementation

static DownloadedFileCounts empty() {
  return DownloadedFileCounts({});
}