PlaybackState constructor
PlaybackState({})
Implementation
PlaybackState({
this.item,
required this.isPlaying,
required this.progressMs,
this.repeatState,
required this.shuffleState,
this.device,
});
PlaybackState({
this.item,
required this.isPlaying,
required this.progressMs,
this.repeatState,
required this.shuffleState,
this.device,
});