id property

int get id

Implementation

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

Implementation

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