Volume.fromUsFluidOunces constructor

Volume.fromUsFluidOunces(
  1. Rational usFluidOunces
)

Creates a Volume representing the specified number of usFluidOunces.

Implementation

factory Volume.fromUsFluidOunces(Rational usFluidOunces) =>
    Volume.fromUnits(VolumeUnit.usFluidOunce, usFluidOunces);