planeIndex property

int planeIndex

Implementation

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

Implementation

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