reportId property

int get reportId

Implementation

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

Implementation

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