cubicInches method

Volume cubicInches()

Gets a Volume representing this number of cubic inches.

Implementation

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