videoDuration property

Duration get videoDuration

Implementation

Duration get videoDuration {
  _checkDisposed();
  return _duration;
}