x1 property

num get x1

Implementation

_i2.num get x1 => _i5.getProperty(
      this,
      'x1',
    );
set x1 (num value)

Implementation

set x1(_i2.num value) {
  _i5.setProperty(
    this,
    'x1',
    value,
  );
}