getTag method

String? getTag(
  1. int entity
)

Returns the tag of the entity.

Implementation

String? getTag(int entity) => _tagsByEntity[entity];