isRegistered method

bool isRegistered(
  1. String tag
)

Returns true if there is an entity with tag.

Implementation

bool isRegistered(String tag) => _entitiesByTag.containsKey(tag);