responsesSent property

int responsesSent

Implementation

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

Implementation

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