spatialIndex property

int get spatialIndex

Implementation

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

Implementation

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