Volume.fromUsCustomaryCups constructor

Volume.fromUsCustomaryCups(
  1. Rational usCustomaryCups
)

Creates a Volume representing the specified number of usCustomaryCups.

Implementation

factory Volume.fromUsCustomaryCups(Rational usCustomaryCups) =>
    Volume.fromUnits(VolumeUnit.usCustomaryCup, usCustomaryCups);