surface property

int surface

Computes the surface area of the stone.

Implementation

int get surface => width * height;