completed property

Stream<bool> get completed

Implementation

Stream<bool> get completed {
  _checkDisposed();
  return _player.stream.completed;
}