Volume.fromUsTablespoons constructor

Volume.fromUsTablespoons(
  1. Rational usTablespoons
)

Creates a Volume representing the specified number of usTablespoons.

Implementation

factory Volume.fromUsTablespoons(Rational usTablespoons) =>
    Volume.fromUnits(VolumeUnit.usTablespoon, usTablespoons);