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