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);
}