VideoSection

data class VideoSection(val title: String, val description: String, val orderIndex: Int = 0, val videos: List<Video> = emptyList(), var isExpanded: Boolean = false)

Constructors

Link copied to clipboard
constructor(title: String, description: String, orderIndex: Int = 0, videos: List<Video> = emptyList(), isExpanded: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val orderIndex: Int = 0
Link copied to clipboard
Link copied to clipboard