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