void add(Point point, T data) { _cellMap.putIfAbsent(_cellKey(point), () => []).add(( point: point, data: data, )); }