SpatialIndexStats constructor
const
SpatialIndexStats({})
Implementation
const SpatialIndexStats({
required this.objectCount,
required this.gridCellCount,
required this.isDragging,
required this.draggingObjectCount,
required this.cacheSize,
});