resourceId property

int resourceId

Implementation

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

Implementation

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