Map<String, dynamic> toMap() { return { 'lyrics': text, 'source': source, 'language': language, 'songName': songName, 'artistName': artistName, }; }