WebPlayerValue constructor

WebPlayerValue(
  1. double currentTime,
  2. double duration,
  3. double bufferedPercent,
  4. bool isPaused,
  5. bool isFullScreen,
  6. bool isInPictureInPicture,
  7. bool isTracking,
)

Implementation

WebPlayerValue(
  this.currentTime,
  this.duration,
  this.bufferedPercent,
  this.isPaused,
  this.isFullScreen,
  this.isInPictureInPicture,
  this.isTracking,
);