x2 property

num get x2

Implementation

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

Implementation

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