usTeaspoons method

Volume usTeaspoons()

Gets a Volume representing this number of US teaspoons.

Implementation

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