copyWith method
Implementation
UpdateFileRemovedFromDownloads copyWith({
int? fileId,
DownloadedFileCounts? counts,
}) => UpdateFileRemovedFromDownloads(
fileId: fileId ?? this.fileId,
counts: counts ?? this.counts,
);
UpdateFileRemovedFromDownloads copyWith({
int? fileId,
DownloadedFileCounts? counts,
}) => UpdateFileRemovedFromDownloads(
fileId: fileId ?? this.fileId,
counts: counts ?? this.counts,
);