planeIndex property
      
      int
      get
      planeIndex
      
    
    
    
Implementation
int get planeIndex => js_util.getProperty(this, 'planeIndex');
      
      set
      planeIndex
      (int newValue) 
      
    
    
    
Implementation
set planeIndex(int newValue) {
  js_util.setProperty(this, 'planeIndex', newValue);
}