requestsSent property

int get requestsSent

Implementation

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

Implementation

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