imperialGallons method

Volume imperialGallons()

Gets a Volume representing this number of imperial gallons.

Implementation

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