imperialPints method

Volume imperialPints()

Gets a Volume representing this number of imperial pints.

Implementation

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