Volume.fromUsLiquidQuarts constructor

Volume.fromUsLiquidQuarts(
  1. Rational usLiquidQuarts
)

Creates a Volume representing the specified number of usLiquidQuarts.

Implementation

factory Volume.fromUsLiquidQuarts(Rational usLiquidQuarts) =>
    Volume.fromUnits(VolumeUnit.usLiquidQuart, usLiquidQuarts);