position property

Duration? position

The current playing position of the video。The video hasn't been initialized yet if it's null

Implementation

Duration? get position => _position;