reportsSent property

int reportsSent

Implementation

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

Implementation

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