frameRate property

bool get frameRate

Implementation

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

Implementation

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