framesPerSecond property
double
get
framesPerSecond
Implementation
double get framesPerSecond => js_util.getProperty(this, 'framesPerSecond');
set
framesPerSecond
(double newValue)
Implementation
set framesPerSecond(double newValue) {
js_util.setProperty(this, 'framesPerSecond', newValue);
}