SpatialHash<T> constructor

SpatialHash<T>({
  1. required double cellSize,
})

Implementation

SpatialHash({required this.cellSize});