immutable property

ImmutableVector3 get immutable

Returns an immutable representation of the vector.

Implementation

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