toUSTeaspoons static method

double toUSTeaspoons(
  1. double value
)

Converts the supplied US Quarts value to US Teaspoons

Implementation

static double toUSTeaspoons(double value) => value * 192.0;