hugeFramesSent property

int hugeFramesSent

Implementation

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

Implementation

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