id property

num id

Implementation

num get id => jsObject.id;
void id=(num id)

Implementation

set id(num id) {
  jsObject.id = id;
}