frameRate property

DoubleRange frameRate

Implementation

DoubleRange get frameRate => js_util.getProperty(this, 'frameRate');
void frameRate=(DoubleRange newValue)

Implementation

set frameRate(DoubleRange newValue) {
  js_util.setProperty(this, 'frameRate', newValue);
}