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