id property

String id

Implementation

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

Implementation

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