num x

Source

num get x => JS("num", "#.x", this);
void x=(num value)

Source

set x(num value) {
  JS("void", "#.x = #", this, value);
}