frameRate property

double frameRate

Implementation

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

Implementation

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