x property

int get x

Implementation

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

Implementation

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