id property

dynamic id

Implementation

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

Implementation

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