arrayLayerCount property

int arrayLayerCount

Implementation

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

Implementation

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