requestsSent property

int requestsSent

Implementation

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

Implementation

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