x property
String?
get
x
Implementation
_i2.String? get x => _i4.getProperty(
this,
'x',
);
set
x
(String? value)
Implementation
set x(_i2.String? value) {
_i4.setProperty(
this,
'x',
value ?? _i6.undefined,
);
}