LyricSrcEntity_c constructor

LyricSrcEntity_c({
  1. HashMap<String, dynamic>? info,
  2. List<LyricSrcItemEntity_c>? lrc,
})

Implementation

LyricSrcEntity_c({
  HashMap<String, dynamic>? info,
  List<LyricSrcItemEntity_c>? lrc,
})  : info = info ?? s_createInfo(),
      lrc = lrc ?? [];