LyricLineCue
data class LyricLineCue(val position: Int, val endPosition: Int, val start: Long, val end: Long? = null)
LyricLineCue model, holds information about the timing of words within a LyricLine.
LyricLineCue model, holds information about the timing of words within a LyricLine.