x property

num? x

Implementation

_i2.num? get x => _i4.getProperty(
      this,
      'x',
    );
void x=(num? value)

Implementation

set x(_i2.num? value) {
  _i4.setProperty(
    this,
    'x',
    value ?? _i6.undefined,
  );
}