y property

double get y

Implementation

double get y => this._y;
set y (double y)

Implementation

set y(double y) {
  this._y = y;
  this.__isset_y = true;
}