Lyric constructor

Lyric(
  1. String? createdTime,
  2. String? id,
  3. String? audioId,
  4. String? text,
  5. int? start,
  6. int? end,
)

Implementation

Lyric(this.createdTime, this.id, this.audioId, this.text, this.start,
    this.end);