id property

int id

Implementation

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

Implementation

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