SpotifyPlaybackState constructor
const
SpotifyPlaybackState({})
Implementation
const SpotifyPlaybackState({
required this.uri,
required this.name,
required this.artist,
required this.isPaused,
required this.positionMs,
required this.durationMs,
this.imageUrl,
});