copyWith method
Implementation
RemoveFileFromDownloads copyWith({int? fileId, bool? deleteFromCache}) =>
RemoveFileFromDownloads(
fileId: fileId ?? this.fileId,
deleteFromCache: deleteFromCache ?? this.deleteFromCache,
);
RemoveFileFromDownloads copyWith({int? fileId, bool? deleteFromCache}) =>
RemoveFileFromDownloads(
fileId: fileId ?? this.fileId,
deleteFromCache: deleteFromCache ?? this.deleteFromCache,
);