framesDropped property

int framesDropped

Implementation

int get framesDropped => js_util.getProperty(this, 'framesDropped');
void framesDropped=(int newValue)

Implementation

set framesDropped(int newValue) {
  js_util.setProperty(this, 'framesDropped', newValue);
}