y2 property

num get y2

Implementation

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

Implementation

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