area property

int get area

Area of the dimension.

Implementation

int get area => width * height;