getEntity method

int? getEntity(
  1. String tag
)

Returns the entity with tag.

Implementation

int? getEntity(String tag) => _entitiesByTag[tag];