resourceId property

int get resourceId

Implementation

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

Implementation

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