VideoState constructor
VideoState({})
Implementation
VideoState({
this.playerId,
this.positionMillis,
this.durationMillis,
this.isPlaying,
this.isBuffering,
this.isCompleted,
this.bufferedPercentage,
this.currentQuality,
this.isInPictureInPicture,
});