y property

num? y

Implementation

num? get y => _$this._y;
void y=(num? y)

Implementation

set y(num? y) => _$this._y = y;