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