y property
num
get
y
Gets or sets the y value of the Point.
Implementation
_i2.num get y => _i4.getProperty(
this,
'y',
);
set
y
(num value)
Implementation
set y(_i2.num value) {
_i4.setProperty(
this,
'y',
value,
);
}