frameRate property

bool frameRate

Implementation

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

Implementation

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