y property
int
get
y
Implementation
int get y => js_util.getProperty(this, 'y');
set
y
(int newValue)
Implementation
set y(int newValue) {
js_util.setProperty(this, 'y', newValue);
}