y property

num get y

Implementation

_i2.num get y => _i4.getProperty(
      this,
      'y',
    );
set y (num value)

Implementation

set y(_i2.num value) {
  _i4.setProperty(
    this,
    'y',
    value,
  );
}