x property
double
get
x
Implementation
double get x => _v3storage[0];
set
x
(double arg)
Implementation
set x(double arg) => _v3storage[0] = arg;