SpatialHashing<T> constructor

SpatialHashing<T>({
  1. required Size cellSize,
})

Implementation

SpatialHashing({required this.cellSize});