y property

dynamic get y

Implementation

get y => null == _y ? initY() : _y;