DownloadOperation

fun DownloadOperation(    tag: Tag? = null,     url: String? = null,     bytesLoaded: Long? = null,     progress: Double,     isFinished: Boolean)