videoIsPlaying property

bool get videoIsPlaying

Implementation

bool get videoIsPlaying {
  _checkDisposed();
  return _playing;
}