activeCellKeys property
Gets all active grid cell keys for debug visualization.
Returns an iterable of cell keys in the format "${x}_${y}". Use parseCellKey to convert these to coordinates.
Implementation
Iterable<String> get activeCellKeys => _spatialGrid.keys;