x property

int x

Implementation

int get x => js_util.getProperty(this, 'x');
void x=(int newValue)

Implementation

set x(int newValue) {
  js_util.setProperty(this, 'x', newValue);
}