reportSize property

int reportSize

Implementation

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

Implementation

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