VideoState constructor
VideoState({})
Implementation
VideoState({
required this.currentPosition,
required this.totalDuration,
required this.isPlaying,
required this.isBuffering,
required this.isCompleted,
required this.bufferedPercentage,
required this.currentQuality,
required this.isInPictureInPicture,
});