x property

double get x

Implementation

double get x => this._x;
set x (double x)

Implementation

set x(double x) {
  this._x = x;
  this.__isset_x = true;
}