frameRate property

dynamic get frameRate

Implementation

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

Implementation

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