consentRequestsSent property

int consentRequestsSent

Implementation

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

Implementation

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