reportId property

int reportId

Implementation

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

Implementation

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