reportsSent property

int get reportsSent

Implementation

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

Implementation

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