area property

int get area

Area of the rectangle (may be negative)

Implementation

int get area => size.area;