hugeFramesSent property

int get hugeFramesSent

Implementation

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

Implementation

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