volume property

double get volume

Returns the volume of the room in cubic meters.

Implementation

double get volume => length * width * height;