LyricModel copyWith(Map<String, String>? tags, List<LyricLine>? lines) { return LyricModel(tags: tags ?? idTags, lines: lines ?? this.lines); }