volume property
double
get
volume
Returns the volume of the room in cubic meters.
Implementation
double get volume => length * width * height;
Returns the volume of the room in cubic meters.
double get volume => length * width * height;