Chapter

data class Chapter(var title: String, var startTime: Int) : Serializable

Constructors

Link copied to clipboard
constructor(title: String, startTime: Int)

Properties

Link copied to clipboard
Link copied to clipboard