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