x property

double get x

Implementation

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

Implementation

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