y property
num
get
y
Implementation
_i2.num get y => _i5.getProperty(
this,
'y',
);
set
y
(num value)
Implementation
set y(_i2.num value) {
_i5.setProperty(
this,
'y',
value,
);
}