totalSquaredInterFrameDelay property

double totalSquaredInterFrameDelay

Implementation

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

Implementation

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