volumeInCuFeet property
double
get
volumeInCuFeet
Returns the volume in cubic feet.
Implementation
double get volumeInCuFeet => UnitConverter.cuMetersToCuFeetConversion(volume);
Returns the volume in cubic feet.
double get volumeInCuFeet => UnitConverter.cuMetersToCuFeetConversion(volume);