immutable property

ImmutableVector4 get immutable

Returns an immutable representation of the vector.

Implementation

ImmutableVector4 get immutable => (x: x, y: y, z: z, w: w);