getPlayer method

String? getPlayer(
  1. int entity
)

Returns the player associated with entity.

Implementation

String? getPlayer(int entity) => _playerByEntity[entity];