TimedLyrics constructor

TimedLyrics(
  1. List<LyricLine> lyrics,
  2. String? source,
  3. bool hasTimestamps
)

Create new TimedLyrics.

Implementation

TimedLyrics(this.lyrics, this.source, this.hasTimestamps);