absArea property

int absArea

The area of a rectangle formed by (0, 0) and this vector Will always be a positive value

Implementation

int get absArea => x.abs() * y.abs();