area property

int area

The area of a rectangle formed by (0, 0) and this vector Will be a negative value if one of the vector's components are negative

Implementation

int get area => x * y;