cubicFeet method

Volume cubicFeet()

Gets a Volume representing this number of cubic feet.

Implementation

Volume cubicFeet() => Rational.fromInt(this).cubicFeet();