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