id property

num get id

Implementation

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

Implementation

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