spatialIndex property

int spatialIndex

Implementation

int get spatialIndex => js_util.getProperty(this, 'spatialIndex');
void spatialIndex=(int newValue)

Implementation

set spatialIndex(int newValue) {
  js_util.setProperty(this, 'spatialIndex', newValue);
}