Simple

data class Simple(val text: String) : Lyrics.Lyric

Represents a simple lyric of a song.

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard

the text of the lyric.