SongInfo({@required Album album, @required Song song, @required Artist artist}) { this.album = album; this.song = song; this.artist = artist; }