RealtimePlayingInfos constructor
RealtimePlayingInfos({})
Implementation
RealtimePlayingInfos({
required this.playerId,
required this.current,
required this.currentPosition,
required this.volume,
required this.isPlaying,
required this.loopMode,
required this.isBuffering,
this.isShuffling,
}) : duration = current?.audio.duration ?? Duration();