framesPerSecond property

double framesPerSecond

Implementation

double get framesPerSecond => js_util.getProperty(this, 'framesPerSecond');
void framesPerSecond=(double newValue)

Implementation

set framesPerSecond(double newValue) {
  js_util.setProperty(this, 'framesPerSecond', newValue);
}