surface property
dynamic
get
surface
Compute surface area of the wall size
Implementation
get surface => this.height * this.width;
Compute surface area of the wall size
get surface => this.height * this.width;