PlayerStatus constructor
const
PlayerStatus({})
Implementation
const PlayerStatus({
required this.positionSeconds,
required this.durationSeconds,
required this.isPlaying,
required this.currentIndex,
required this.playlistCount,
required this.shuffleEnabled,
required this.loopMode,
});