zw property

Vector2 zw

Implementation

Vector2 get zw => Vector2(_v4storage[2], _v4storage[3]);
void zw=(Vector2 arg)

Implementation

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