Lyrics constructor

Lyrics(
  1. String lyrics,
  2. String? source,
  3. bool hasTimestamps
)

Create new Lyrics.

Implementation

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