LyricsInfo

data class LyricsInfo(val time: Int?, val text: String?)

Constructors

Link copied to clipboard
fun LyricsInfo(time: Int?, text: String?)

Properties

Link copied to clipboard
@SerializedName(value = "text")
val text: String?
Link copied to clipboard
@SerializedName(value = "time")
val time: Int?