area property

int area

The area of the rectangle.

Implementation

int get area => width * height;