responsesReceived property

int responsesReceived

Implementation

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

Implementation

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