entities property

Implementation

UnmodifiableListView<Entity> get entities {
  return UnmodifiableListView(entityManager._entities);
}