reportCount property

int reportCount

Implementation

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

Implementation

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