y property

int y

Implementation

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

Implementation

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