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