framesReceived property

int framesReceived

Implementation

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

Implementation

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