usLiquidGallons method

Volume usLiquidGallons()

Gets a Volume representing this number of US liquid gallons.

Implementation

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