LyricSrcItemEntity_c constructor

LyricSrcItemEntity_c({
  1. double time = 0,
  2. String content = "",
})

Implementation

LyricSrcItemEntity_c({
  this.time = 0,
  this.content = "",
});