entitiesLocation property

Map<String, (String, String)> entitiesLocation
final

A mapping of entity IDs to (instanceId, paneId) that contains the entity.

Implementation

final Map<String, (String, String)> entitiesLocation = {};