Child
data class Child(val currentBytes: Long, val totalBytes: Long, val data: VideoDownloadHelper.DownloadEpisodeCached, var isSelected: Boolean) : VisualDownloadCached(source)
Constructors
Link copied to clipboard
constructor(currentBytes: Long, totalBytes: Long, data: VideoDownloadHelper.DownloadEpisodeCached, isSelected: Boolean)