y1 property

num get y1

Implementation

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

Implementation

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