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