frameRate property

dynamic frameRate

Implementation

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

Implementation

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