Creates a new Album.
Album({ required this.name, required this.artist, required this.albumUrl, required this.artUrl, });