temporalIndex property

int temporalIndex

Implementation

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

Implementation

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