videoPosition property

Duration get videoPosition

Implementation

Duration get videoPosition {
  _checkDisposed();
  return _position;
}