SpotifyTrack constructor
const
SpotifyTrack({})
Implementation
const SpotifyTrack({
required this.id,
required this.name,
required this.artistName,
this.albumName,
required this.durationMs,
required this.popularity,
this.explicit = false,
this.externalUrl,
this.releaseDate,
this.albumImages,
});