temporalLayerId property

int get temporalLayerId

Implementation

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

Implementation

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