PlayerUpdate constructor
PlayerUpdate({})
Implementation
PlayerUpdate({
this.encodedTrack,
this.position,
this.endTime,
this.volume,
this.paused,
this.filters,
this.voice,
}) : _includeEncodedTrack = true;