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