x property

double get x

Implementation

double get x => _v4storage[0];
set x (double arg)

Implementation

set x(double arg) => _v4storage[0] = arg;