Video

data class Video(val description: String, val sources: List<String>, val subtitle: String, val thumb: String, val title: String, val poster: String? = null)(source)

Constructors

Link copied to clipboard
constructor(description: String, sources: List<String>, subtitle: String, thumb: String, title: String, poster: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard