yw property
Vector2
get
yw
Implementation
Vector2 get yw => Vector2(_v4storage[1], _v4storage[3]);
set
yw
(Vector2 arg)
Implementation
set yw(Vector2 arg) {
final argStorage = arg._v2storage;
_v4storage[1] = argStorage[0];
_v4storage[3] = argStorage[1];
}