temporalLayerId property

int temporalLayerId

Implementation

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

Implementation

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