PlayerStatistics constructor
PlayerStatistics({})
Implementation
PlayerStatistics({
required this.totalTracksPlayed,
required this.currentQueueSize,
required this.historySize,
required this.isPlaying,
required this.isPaused,
required this.currentVolume,
required this.repeatMode,
});