ChordLyricsLine constructor

ChordLyricsLine(
  1. List<Chord> chords,
  2. String lyrics
)

Implementation

ChordLyricsLine(this.chords, this.lyrics);