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