imperialQuarts method

Volume imperialQuarts()

Gets a Volume representing this number of imperial quarts.

Implementation

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