totalInterFrameDelay property

double totalInterFrameDelay

Implementation

double get totalInterFrameDelay =>
    js_util.getProperty(this, 'totalInterFrameDelay');
void totalInterFrameDelay=(double newValue)

Implementation

set totalInterFrameDelay(double newValue) {
  js_util.setProperty(this, 'totalInterFrameDelay', newValue);
}