responsesReceived property
int
get
responsesReceived
Implementation
int get responsesReceived => js_util.getProperty(this, 'responsesReceived');
set
responsesReceived
(int newValue)
Implementation
set responsesReceived(int newValue) {
js_util.setProperty(this, 'responsesReceived', newValue);
}