LyricLine constructor

LyricLine(
  1. String text,
  2. int startTime,
  3. int endTime,
  4. int id,
)

Create new LyricLine.

Implementation

LyricLine(this.text, this.startTime, this.endTime, this.id);